
    :root {
        --baseColor: #0f171e;
        --baseText: #fff;
        --themeColor1: #ff0000;
        --themeColor1D: #660000;
        --themeColor1L: #ff6666;

        --themeColor2: #0da2b0;
        --themeColor2D: #001624;
        --themeColor2L: #71ffff;

        --themeColor3: #0066ff;
        --themeColor3D: #000073;
        --themeColor3L: #64caff;

        --themeColor4: #ffbc0d;
        --themeColor4D: #733000;
        --themeColor4L: #ffff71;
        
    }   
