
    :root {
        --baseColor: #ffffff;
        --baseText: #222222;
        --themeColor1: #ff0000;
        --themeColor1D: #730000;
        --themeColor1L: #ff6464;

        --themeColor2: #666666;
        --themeColor2D: #000000;
        --themeColor2L: #cacaca;

        --themeColor3: #048ba8;
        --themeColor3D: #00001c;
        --themeColor3L: #68efff;

        --themeColor4: #ffbc0d;
        --themeColor4D: #733000;
        --themeColor4L: #ffff71;
        
    }   
