
    :root {

        --baseColor: #fff;
        --baseText: #171718;

        --themeColor1: #ff6600;
        --themeColor1D: #730000;
        --themeColor1L: #ffca64;

        --themeColor2: #0da2b0;
        --themeColor2D: #001624;
        --themeColor2L: #71ffff;

        --themeColor3: #0066ff;
        --themeColor3D: #000073;
        --themeColor3L: #64caff;

        --themeColor4: #0da2b0;
        --themeColor4D: #001624;
        --themeColor4L: #71ffff;
        
    }   
