
        :root {
        --header:#053929; 
        --foreground-header:#ffffff;
        --sub-nav:#585858;
        --foreground-sub-nav:#ffffff;
        --sidebars:#053929;
        --foreground-sidebars:#ffffff;
        --highlight:#ffe418;
        --foreground-highlight:#383838;
        --inputs-odds:#585858;
        --foreground-inputs-odds:#ffffff;
        --game:#383838;
        --foreground-game:#ffffff;
        --background:#032b1e;
        --foreground:#ffffff;
        --league:#383838;
        --foreground-league:#ffffff;
        --background-live:56,56,56;
        --wb-warning:#ff0000;
        --bottom-bar:#053929;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:5,57,41;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:88,88,88;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:5,57,41;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:255,228,24;
        --foreground-highlight-rgb:56,56,56;
        --inputs-odds-rgb:88,88,88;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:56,56,56;
        --foreground-game-rgb:255,255,255;
        --background-rgb:3,43,30;
        --foreground-rgb:255,255,255;
        --league-rgb:56,56,56;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:5,57,41;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        