
    :root {
    
        --baseColor: #ffffff;
        --baseText: #222222;
		
        --themeColor1: #fc5000;
        --themeColor1D: #000000;
        --themeColor1L: #879db0;

        --themeColor2: #262626;
        --themeColor2D: #002d00;
        --themeColor2L: #74ffe6;

        --themeColor3: #ff642f;
        --themeColor3D: #d95428;
        --themeColor3L: #ffca8f;

        --themeColor4: #888888;
        --themeColor4D: #000000;
        --themeColor4L: #ececec;
		
    }   
