
        :root {
        --header:#232323; 
        --foreground-header:#b1c5e0;
        --sub-nav:#000000;
        --foreground-sub-nav:#ffffff;
        --sidebars:#0a0a09;
        --foreground-sidebars:#ffffff;
        --highlight:#919191;
        --foreground-highlight:#aec3d8;
        --inputs-odds:#444444;
        --foreground-inputs-odds:#fec700;
        --game:#0a0a09;
        --foreground-game:#ffffff;
        --background:#282828;
        --foreground:#ffffff;
        --league:#232323;
        --foreground-league:#ffffff;
        --background-live:35,35,35;
        --wb-warning:#ff0000;
        --bottom-bar:#181818;
        --foreground-bottom-bar:#aaaaaa;
        
        --header-rgb:35,35,35;
        --foreground-header-rgb:177,197,224;
        --sub-nav-rgb:0,0,0;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:10,10,9;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:145,145,145;
        --foreground-highlight-rgb:174,195,216;
        --inputs-odds-rgb:68,68,68;
        --foreground-inputs-odds-rgb:254,199,0;
        --game-rgb:10,10,9;
        --foreground-game-rgb:255,255,255;
        --background-rgb:40,40,40;
        --foreground-rgb:255,255,255;
        --league-rgb:35,35,35;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:24,24,24;
        --foreground-bottom-bar-rgb:170,170,170;
        }
        