
        :root {
        --header:#001c29; 
        --foreground-header:#ededed;
        --sub-nav:#002f3b;
        --foreground-sub-nav:#ffffff;
        --sidebars:#1a1a1a;
        --foreground-sidebars:#f2f2f2;
        --highlight:#00c990;
        --foreground-highlight:#000000;
        --inputs-odds:#132024;
        --foreground-inputs-odds:#e0e0e0;
        --game:#001700;
        --foreground-game:#e6e6e6;
        --background:#171612;
        --foreground:#ffffff;
        --league:#021e24;
        --foreground-league:#e6e6e6;
        --background-live:2,30,36;
        --wb-warning:#ff0000;
        --bottom-bar:#04181c;
        --foreground-bottom-bar:#f2f2f2;
        
        --header-rgb:0,28,41;
        --foreground-header-rgb:237,237,237;
        --sub-nav-rgb:0,47,59;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:26,26,26;
        --foreground-sidebars-rgb:242,242,242;
        --highlight-rgb:0,201,144;
        --foreground-highlight-rgb:0,0,0;
        --inputs-odds-rgb:19,32,36;
        --foreground-inputs-odds-rgb:224,224,224;
        --game-rgb:0,23,0;
        --foreground-game-rgb:230,230,230;
        --background-rgb:23,22,18;
        --foreground-rgb:255,255,255;
        --league-rgb:2,30,36;
        --foreground-league-rgb:230,230,230;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:4,24,28;
        --foreground-bottom-bar-rgb:242,242,242;
        }
        