
        :root {
        --header:#0a0a09; 
        --foreground-header:#ffffff;
        --sub-nav:#181818;
        --foreground-sub-nav:#ffffff;
        --sidebars:#0a0a09;
        --foreground-sidebars:#ffffff;
        --highlight:#35cd96;
        --foreground-highlight:#181818;
        --inputs-odds:#181818;
        --foreground-inputs-odds:#ffffff;
        --game:#0a0a09;
        --foreground-game:#ffffff;
        --background:#181818;
        --foreground:#ffffff;
        --league:#0a0a09;
        --foreground-league:#ffffff;
        --background-live:10,10,9;
        --wb-warning:#ff0000;
        --bottom-bar:#0a0a09;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:10,10,9;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:24,24,24;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:10,10,9;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:53,205,150;
        --foreground-highlight-rgb:24,24,24;
        --inputs-odds-rgb:24,24,24;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:10,10,9;
        --foreground-game-rgb:255,255,255;
        --background-rgb:24,24,24;
        --foreground-rgb:255,255,255;
        --league-rgb:10,10,9;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:10,10,9;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        