
        :root {
        --header:#002458; 
        --foreground-header:#b1c5e0;
        --sub-nav:#e1e2e4;
        --foreground-sub-nav:#455a64;
        --sidebars:#011e46;
        --foreground-sidebars:#ff0000;
        --highlight:#ffff00;
        --foreground-highlight:#aec3d8;
        --inputs-odds:#046eef;
        --foreground-inputs-odds:#ffffff;
        --game:#011e46;
        --foreground-game:#ffffff;
        --background:#011e46;
        --foreground:#ffffff;
        --league:#e1e2e4;
        --foreground-league:#ff0000;
        --background-live:225,226,228;
        --wb-warning:#ff0000;
        --bottom-bar:#011e46;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:0,36,88;
        --foreground-header-rgb:177,197,224;
        --sub-nav-rgb:225,226,228;
        --foreground-sub-nav-rgb:69,90,100;
        --sidebars-rgb:1,30,70;
        --foreground-sidebars-rgb:255,0,0;
        --highlight-rgb:255,255,0;
        --foreground-highlight-rgb:174,195,216;
        --inputs-odds-rgb:4,110,239;
        --foreground-inputs-odds-rgb:255,255,255;
        --game-rgb:1,30,70;
        --foreground-game-rgb:255,255,255;
        --background-rgb:1,30,70;
        --foreground-rgb:255,255,255;
        --league-rgb:225,226,228;
        --foreground-league-rgb:255,0,0;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:1,30,70;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        