:root {
    /*  ============================================ Colors ============================================ */
    --color-bg-page: rgb(18 16 49);
    /* Header */
    --color-bg-header: #420a3d;
    --color-border-header: #faff03;
    /* Footer */
    --color-bg-footer: linear-gradient(90deg, #420a3d, #030025);
    --color-border-footer: #030025;
    --color-text-footer: #b0d1c4;
    /* Navigation */
    --color-bg-nav: #030025;
    --color-bg-nav-mobile: #420a3d;
    --color-bg-nav-link: #030025;
    --color-icon-menu: #ffffff;
    --color-text-nav: #ffffff;
    --color-text-nav-hover: #224233;
    --color-text-nav-mobile: #ffffff;
    --color-text-nav-mobile-hover: #224233;
    /* Text */
    --color-text: #ffffff;
    /* Buttons and Banner*/
    --color-bg-btn-header: #faff03;
    --color-bg-btn-primary: #faff03;
    --color-border-btn-header: #224233;
    --color-border-btn-primary: #224233;
    --color-text-bonus: #ffffff;
    --color-text-bonus-subtitle: #ffffff;
    --color-text-btn-primary: #200530;
    --color-text-btn-header:#ffffff;
    --color-bg-banner: #af2879;
    /* for classic large banners */
    --banner-position-desktop: top center;
    --banner-position-mobile: top right;
    /* can be also used for hero (template1) */
    --banner-height-desktop: 180px;
    --banner-height-mobile: 180px;

    /* Other */
    --color-border-card: 3px solid #faff03;
    --color-bg-card:  linear-gradient(90deg, #420a3d, #030025);
    --color-border-table: #faff03;
    --color-bg-table-row: hsla(0, 0%, 50.2%, 0.0705882353);
    --color-bg-section: linear-gradient(90deg, #420a3d, #030025);
    --color-border-section: rgba(0, 0, 0, 0.1);

    /*  ============================================ Optional ============================================ */
    --height-header: 30px;
    --color-outline-focus: #bfc8dc;
    --color-tap-highlight: #fff0;
    --color-scrollbar-thumb: rgba(255, 255, 255, 0.6);

    /* lang menu */
    --color-bg-lang-btn: #31313100;
    --color-bg-lang-menu: #313131;
    --color-bg-lang-option-hover: #3d3d3d;

    /* Radius tokens */
    --radius-btn: 1000px;
    --radius-nav: 8px;
    --radius-game-card: 16px;
    --radius-banner-mobile: 10px;
    --radius-banner-desktop: 10px;
    --radius-bonus-banner: 10px;
    --radius-table-cell: 10px;
    --radius-section: 10px;
    --radius-author-image: 50%;
    --radius-lang-menu: 8px;


    /* Typography tokens */
    --font-size-base: 1rem;
    --font-size-h1: 35px;
    --font-size-h2: 25px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --font-size-h1-mobile: 30px;
    --font-size-h2-mobile: 25px;
    --font-size-h3-mobile: 20px;
    --font-size-h4-mobile: 18px;
    --font-size-bonus: 25px;
    --font-size-bonus-mobile: 20px;
    --font-size-bonus-subtitle: 20px;
    --font-size-menu-item: 16px;
    --font-size-lang: 14px;
    --font-size-footer: 13px;
    --font-size-card-title: 14px;
    --font-size-card-btn: 14px;
    --font-size-btn-primary: 1.1rem;
    --font-size-table: 14px;
    --font-size-subtitle: 18px;

    /* Font weight tokens */
    --fw-body: 400;
    --fw-h1: 700;
    --fw-h2: 700;
    --fw-h3: 700;
    --fw-h4: 700;
    --fw-btn: 700;
    --fw-menu-item: 700;
    --fw-strong: 700;
    --fw-link-footer: 700;
    --fw-bonus: 700;
    --fw-bonus-subtitle: 700;
    --fw-table: 500;
    --fw-card-title: 500;

    /* Text transform tokens */
    --text-transform-uppercase: uppercase;
    --text-transform-none: uppercase;
    --text-transform-button-primary: uppercase;
    --text-transform-button-header: none;
    --text-transform-bonus-subtitle: uppercase;
    --text-transform-bonus: uppercase;
    --text-transform-menu: none;
}

.author-social-link:hover {
    background-color: #f2f2f2; 
}