
        :root {
        --header:#00421d; 
        --foreground-header:#ffffff;
        --sub-nav:#ffffff;
        --foreground-sub-nav:#000000;
        --sidebars:#059945;
        --foreground-sidebars:#ffffff;
        --highlight:#00ff6e;
        --foreground-highlight:#ffffff;
        --inputs-odds:#ffffff;
        --foreground-inputs-odds:#000000;
        --game:#00421d;
        --foreground-game:#000000;
        --background:#00421d;
        --foreground:#ffffff;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#ff0000;
        --bottom-bar:#00421d;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:0,66,29;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:255,255,255;
        --foreground-sub-nav-rgb:0,0,0;
        --sidebars-rgb:5,153,69;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:0,255,110;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:255,255,255;
        --foreground-inputs-odds-rgb:0,0,0;
        --game-rgb:0,66,29;
        --foreground-game-rgb:0,0,0;
        --background-rgb:0,66,29;
        --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:0,66,29;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        