
        :root {
        --header:#0a0b0c; 
        --foreground-header:#ffffff;
        --sub-nav:#212327;
        --foreground-sub-nav:#ffffff;
        --sidebars:#0a0b0c;
        --foreground-sidebars:#ffffff;
        --highlight:#47b401;
        --foreground-highlight:#ffffff;
        --inputs-odds:#212327;
        --foreground-inputs-odds:#ffffff;
        --game:#0a0b0c;
        --foreground-game:#ffffff;
        --background:#212327;
        --foreground:#ffffff;
        --league:#0a0b0c;
        --foreground-league:#ffffff;
        --background-live:10,11,12;
        --wb-warning:#ff0000;
        --bottom-bar:#0a0b0c;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:10,11,12;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:33,35,39;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:10,11,12;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:71,180,1;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:33,35,39;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:10,11,12;
        --foreground-game-rgb:255,255,255;
        --background-rgb:33,35,39;
        --foreground-rgb:255,255,255;
        --league-rgb:10,11,12;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:10,11,12;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        