
        :root {
        --header:#0a0a0a; 
        --foreground-header:#d2fbff;
        --sub-nav:#0a0a0a;
        --foreground-sub-nav:#f1ffff;
        --sidebars:#191919;
        --foreground-sidebars:#f1ffff;
        --highlight:#ff0000;
        --foreground-highlight:#00ff00;
        --inputs-odds:#141414;
        --foreground-inputs-odds:#ffffff;
        --game:#353535;
        --foreground-game:#edffff;
        --background:#0a0a0a;
        --foreground:#ffffff;
        --league:#1c1c1c;
        --foreground-league:#e6ffff;
        --background-live:28,28,28;
        --wb-warning:#ff0000;
        --bottom-bar:#141414;
        --foreground-bottom-bar:#f2ffff;
        
        --header-rgb:10,10,10;
        --foreground-header-rgb:210,251,255;
        --sub-nav-rgb:10,10,10;
        --foreground-sub-nav-rgb:241,255,255;
        --sidebars-rgb:25,25,25;
        --foreground-sidebars-rgb:241,255,255;
        --highlight-rgb:255,0,0;
        --foreground-highlight-rgb:0,255,0;
        --inputs-odds-rgb:20,20,20;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:53,53,53;
        --foreground-game-rgb:237,255,255;
        --background-rgb:10,10,10;
        --foreground-rgb:255,255,255;
        --league-rgb:28,28,28;
        --foreground-league-rgb:230,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:20,20,20;
        --foreground-bottom-bar-rgb:242,255,255;
        }
        