
        :root {
        --header:#000000; 
        --foreground-header:#fcfcfc;
        --sub-nav:#000000;
        --foreground-sub-nav:#ffffff;
        --sidebars:#000000;
        --foreground-sidebars:#ffffff;
        --highlight:#ffe111;
        --foreground-highlight:#000000;
        --inputs-odds:#000000;
        --foreground-inputs-odds:#ffffff;
        --game:#000000;
        --foreground-game:#ffffff;
        --background:#000000;
        --foreground:#ffffff;
        --league:#ffe111;
        --foreground-league:#ffffff;
        --background-live:255,225,17;
        --wb-warning:#ff0000;
        --bottom-bar:#000000;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:0,0,0;
        --foreground-header-rgb:252,252,252;
        --sub-nav-rgb:0,0,0;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:0,0,0;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:255,225,17;
        --foreground-highlight-rgb:0,0,0;
        --inputs-odds-rgb:0,0,0;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:0,0,0;
        --foreground-game-rgb:255,255,255;
        --background-rgb:0,0,0;
        --foreground-rgb:255,255,255;
        --league-rgb:255,225,17;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:0,0,0;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        