
        :root {
        --header:#110202; 
        --foreground-header:#ffffff;
        --sub-nav:#ffffff;
        --foreground-sub-nav:#1a1a1a;
        --sidebars:#110202;
        --foreground-sidebars:#ffffff;
        --highlight:#bf001f;
        --foreground-highlight:#ffffff;
        --inputs-odds:#e5e7e8;
        --foreground-inputs-odds:#000000;
        --game:#ffffff;
        --foreground-game:#000000;
        --background:#181515;
        --foreground:#ffffff;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#ff0000;
        --bottom-bar:#110202;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:17,2,2;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:255,255,255;
        --foreground-sub-nav-rgb:26,26,26;
        --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:229,231,232;
        --foreground-inputs-odds-rgb:0,0,0;
        --game-rgb:255,255,255;
        --foreground-game-rgb:0,0,0;
        --background-rgb:24,21,21;
        --foreground-rgb:255,255,255;
        --league-rgb:255,255,255;
        --foreground-league-rgb:0,0,0;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:17,2,2;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        