
        :root {
        --header:#171717; 
        --foreground-header:#ffffff;
        --sub-nav:#191b1b;
        --foreground-sub-nav:#ffffff;
        --sidebars:#191b1b;
        --foreground-sidebars:#ffffff;
        --highlight:#be001f;
        --foreground-highlight:#ffffff;
        --inputs-odds:#191b1b;
        --foreground-inputs-odds:#ebebeb;
        --game:#171717;
        --foreground-game:#ffffff;
        --background:#171717;
        --foreground:#ffffff;
        --league:#191b1b;
        --foreground-league:#ffffff;
        --background-live:25,27,27;
        --wb-warning:#be001f;
        --bottom-bar:#171717;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:23,23,23;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:25,27,27;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:25,27,27;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:190,0,31;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:25,27,27;
        --foreground-inputs-odds-rgb:235,235,235;
        --game-rgb:23,23,23;
        --foreground-game-rgb:255,255,255;
        --background-rgb:23,23,23;
        --foreground-rgb:255,255,255;
        --league-rgb:25,27,27;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:190,0,31;
        --bottom-bar-rgb:23,23,23;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        