
        :root {
        --header:#ffffff; 
        --foreground-header:#1a1a1a;
        --sub-nav:#390051;
        --foreground-sub-nav:#ffffff;
        --sidebars:#ffffff;
        --foreground-sidebars:#000000;
        --highlight:#f2681c;
        --foreground-highlight:#ffffff;
        --inputs-odds:#390051;
        --foreground-inputs-odds:#ffffff;
        --game:#ffffff;
        --foreground-game:#000000;
        --background:#e2e2e2;
        --foreground:#1a1a1a;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#ff0000;
        --bottom-bar:#ffffff;
        --foreground-bottom-bar:#000000;
        
        --header-rgb:255,255,255;
        --foreground-header-rgb:26,26,26;
        --sub-nav-rgb:57,0,81;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:255,255,255;
        --foreground-sidebars-rgb:0,0,0;
        --highlight-rgb:242,104,28;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:57,0,81;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:255,255,255;
        --foreground-game-rgb:0,0,0;
        --background-rgb:226,226,226;
        --foreground-rgb:26,26,26;
        --league-rgb:255,255,255;
        --foreground-league-rgb:0,0,0;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:255,255,255;
        --foreground-bottom-bar-rgb:0,0,0;
        }
        