
        :root {
        --header:#121212; 
        --foreground-header:#f8fafc;
        --sub-nav:#1e1e1e;
        --foreground-sub-nav:#f8fafc;
        --sidebars:#121212;
        --foreground-sidebars:#f8fafc;
        --highlight:#ff6d33;
        --foreground-highlight:#121212;
        --inputs-odds:#2d2d2d;
        --foreground-inputs-odds:#f8fafc;
        --game:#1e1e1e;
        --foreground-game:#f8fafc;
        --background:#121212;
        --foreground:#ffffff;
        --league:#1e1e1e;
        --foreground-league:#ffffff;
        --background-live:30,30,30;
        --wb-warning:#ff0000;
        --bottom-bar:#121212;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:18,18,18;
        --foreground-header-rgb:248,250,252;
        --sub-nav-rgb:30,30,30;
        --foreground-sub-nav-rgb:248,250,252;
        --sidebars-rgb:18,18,18;
        --foreground-sidebars-rgb:248,250,252;
        --highlight-rgb:255,109,51;
        --foreground-highlight-rgb:18,18,18;
        --inputs-odds-rgb:45,45,45;
        --foreground-inputs-odds-rgb:248,250,252;
        --game-rgb:30,30,30;
        --foreground-game-rgb:248,250,252;
        --background-rgb:18,18,18;
        --foreground-rgb:255,255,255;
        --league-rgb:30,30,30;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:18,18,18;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        