
        :root {
        --header:#1e103e; 
        --foreground-header:#ffffff;
        --sub-nav:#64008e;
        --foreground-sub-nav:#ffffff;
        --sidebars:#1e103e;
        --foreground-sidebars:#ffffff;
        --highlight:#ffc500;
        --foreground-highlight:#1e103e;
        --inputs-odds:#e5e7e8;
        --foreground-inputs-odds:#1a1a1a;
        --game:#ffffff;
        --foreground-game:#000000;
        --background:#18093a;
        --foreground:#ffffff;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#ff0000;
        --bottom-bar:#1e103e;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:30,16,62;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:100,0,142;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:30,16,62;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:255,197,0;
        --foreground-highlight-rgb:30,16,62;
        --inputs-odds-rgb:229,231,232;
        --foreground-inputs-odds-rgb:26,26,26;
        --game-rgb:255,255,255;
        --foreground-game-rgb:0,0,0;
        --background-rgb:24,9,58;
        --foreground-rgb:255,255,255;
        --league-rgb:255,255,255;
        --foreground-league-rgb:0,0,0;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:30,16,62;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        