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