/*
Theme Name: Go Electric Dinner
Theme URI: https://madebysteph.dev
Author: Stéphane Donna
Author URI: https://madebysteph.dev
Description: Thème WordPress personnalisé pour l'événement Go Electric Dinner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: electric-dinner
*/

:root {
    --color-1:#1D1D1B;
    --color-2:#1BB3CA;
    --color-3:#FFFFFF;
    --color-4:rgba(255, 255, 255, 0.70);;
    --font-1: 'Uber Move Text', sans-serif;
    --font-2: 'Poppins', sans-serif;
}

a {
    transition: text-decoration-color 0.3s ease;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--color-2);
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

body {
    background-image: url('assets/img/bg-lightning.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 550px;
}
