
        :root {
        --header:#000000; 
        --foreground-header:#fff1f1;
        --sub-nav:#000000;
        --foreground-sub-nav:#fff1f1;
        --sidebars:#000000;
        --foreground-sidebars:#ffffff;
        --highlight:#bf001f;
        --foreground-highlight:#ffffff;
        --inputs-odds:#ebebeb;
        --foreground-inputs-odds:#000000;
        --game:#fdf7f7;
        --foreground-game:#000000;
        --background:#19191f;
        --foreground:#ffffff;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#bf001f;
        --bottom-bar:#000000;
        --foreground-bottom-bar:#fff1f1;
        
        --header-rgb:0,0,0;
        --foreground-header-rgb:255,241,241;
        --sub-nav-rgb:0,0,0;
        --foreground-sub-nav-rgb:255,241,241;
        --sidebars-rgb:0,0,0;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:191,0,31;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:235,235,235;
        --foreground-inputs-odds-rgb:0,0,0;
        --game-rgb:253,247,247;
        --foreground-game-rgb:0,0,0;
        --background-rgb:25,25,31;
        --foreground-rgb:255,255,255;
        --league-rgb:255,255,255;
        --foreground-league-rgb:0,0,0;
        --wb-warning-rgb:191,0,31;
        --bottom-bar-rgb:0,0,0;
        --foreground-bottom-bar-rgb:255,241,241;
        }
        