
        :root {
        --header:#110202; 
        --foreground-header:#ffffff;
        --sub-nav:#3e3b3b;
        --foreground-sub-nav:#ffffff;
        --sidebars:#110202;
        --foreground-sidebars:#ffffff;
        --highlight:#bf001f;
        --foreground-highlight:#ffffff;
        --inputs-odds:#6b6b6b;
        --foreground-inputs-odds:#ffffff;
        --game:#3e3b3b;
        --foreground-game:#ffffff;
        --background:#181515;
        --foreground:#ffffff;
        --league:#3e3b3b;
        --foreground-league:#ffffff;
        --background-live:62,59,59;
        --wb-warning:#ff0000;
        --bottom-bar:#110202;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:17,2,2;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:62,59,59;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:17,2,2;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:191,0,31;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:107,107,107;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:62,59,59;
        --foreground-game-rgb:255,255,255;
        --background-rgb:24,21,21;
        --foreground-rgb:255,255,255;
        --league-rgb:62,59,59;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:17,2,2;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        