
        :root {
        --header:#073e78; 
        --foreground-header:#ffffff;
        --sub-nav:#03427c;
        --foreground-sub-nav:#ffffff;
        --sidebars:#054385;
        --foreground-sidebars:#ffffff;
        --highlight:#0fd7ff;
        --foreground-highlight:#001d3d;
        --inputs-odds:#003566;
        --foreground-inputs-odds:#ffffff;
        --game:#001d3d;
        --foreground-game:#ffffff;
        --background:#072a5a;
        --foreground:#ffffff;
        --league:#001d3d;
        --foreground-league:#ffffff;
        --background-live:0,29,61;
        --wb-warning:#ff0000;
        --bottom-bar:#001d3d;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:7,62,120;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:3,66,124;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:5,67,133;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:15,215,255;
        --foreground-highlight-rgb:0,29,61;
        --inputs-odds-rgb:0,53,102;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:0,29,61;
        --foreground-game-rgb:255,255,255;
        --background-rgb:7,42,90;
        --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:0,29,61;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        