:root {
    --coetus-blue-light-1: red;
    --coetus-blue-light-2: yellow;

    /*--coetus-blue-1: #A3B5CA;
    --coetus-blue-2: #49678B;
    --coetus-blue-3: #29496F;
    --coetus-blue-4: #133155;    
    --coetus-blue-5: #051D3B;    
    --coetus-blue-6: #021022;   */
    
    
    --coetus-blue-1: #F2F5F8;
    --coetus-blue-2: #d1dae1;
    --coetus-blue-3: #c2ceda;
    --coetus-blue-4: #a7bacb;    
    --coetus-blue-5: #6e8ca6;    
    --coetus-blue-6: #546883;   
    --coetus-blue-7: #233245;
    
    --coetus-gray-1: #fcfcfc;
    --coetus-gray-2: #f2f2f2;
    --coetus-gray-3: #e7e7e7;
    --coetus-gray-4: #9e9e9e;
    --coetus-gray-5: #888888;
    --coetus-gray-6: #666666;
    
    --coetus-black-1: #343a40;
    --coetus-black-2: #222d32;
    --coetus-black-3: #1e282c;
    --coetus-black-4: #1a2226;
    --coetus-black: #000;
    
    --coetus-gray-sidebar-font: #f3eeee;
    --coetus-yellow-warning: #FFC107;

	--coetus-warning-1: #ffffdf69;
    --coetus-warning-2: #ffffdf;
    --coetus-warning-3: #ffffbf;
    --coetus-warning-4: #ffff9e;
    --coetus-warning-5: #ffff7a;
    --coetus-warning-6: #ffff52;
    --coetus-warning-7: #ffff00;    

    --coetus-green-1: #22965820;
    --coetus-green-2: #22965840;
    --coetus-green-3: #22965860;
    --coetus-green-4: #22965880;
    --coetus-green-5: #229658;  
    
    --coetus-red-1: #FF8E7F;
    --coetus-red-2: #E35F4E;
    --coetus-red-3: #D33824;
    --coetus-red-4: #A72312;
    --coetus-red-5: #800F00;
    
    --coetus-white-1: #fff;
    --coetus-white-2: #FEFEFE;
    
}