
    :root {
        --baseColor: #ffffff;
        --baseText: #222222;
        --themeColor1: #074069;
        --themeColor1D: #000000;
        --themeColor1L: #6ba4cd;

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

        --themeColor3: #0da2b0;
        --themeColor3D: #001624;
        --themeColor3L: #71ffff;

        --themeColor4: #eeeeee;
        --themeColor4D: #626262;
        --themeColor4L: #ffffff;
        
    }   
