
        :root {
        --header:#7300f6; 
        --foreground-header:#ffffff;
        --sub-nav:#7300f6;
        --foreground-sub-nav:#ffffff;
        --sidebars:#301659;
        --foreground-sidebars:#ffffff;
        --highlight:#a7dc03;
        --foreground-highlight:#001d3d;
        --inputs-odds:#7300f6;
        --foreground-inputs-odds:#ffffff;
        --game:#301359;
        --foreground-game:#ffffff;
        --background:#251047;
        --foreground:#ffffff;
        --league:#001d3d;
        --foreground-league:#ffffff;
        --background-live:0,29,61;
        --wb-warning:#ff0000;
        --bottom-bar:#7400f8;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:115,0,246;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:115,0,246;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:48,22,89;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:167,220,3;
        --foreground-highlight-rgb:0,29,61;
        --inputs-odds-rgb:115,0,246;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:48,19,89;
        --foreground-game-rgb:255,255,255;
        --background-rgb:37,16,71;
        --foreground-rgb:255,255,255;
        --league-rgb:0,29,61;
        --foreground-league-rgb:255,255,255;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:116,0,248;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        