:root {
    --very-much-lighter-than-primary-color: #76cfff;
    --much-lighter-than-primary-color:      #65bfff;
    --lighter-than-primary-color:           #54aeff;
    --bit-lighter-than-primary-color:       #439dff;
    --primary-color:                        #328cef;
    --bit-darker-than-primary-color:        #217bde;
    --darker-than-primary-color:            #106acd;
    --much-darker-than-primary-color:       #0059bc;
    --very-much-darker-than-primary-color:  #0048ab;
    
    --very-much-lighter-than-green:         #2f2;
    --much-lighter-than-green:              #1f1;
    --lighter-than-green:                   #2f2;
    --bit-lighter-than-green:               #3e3;
    --green:                                #0d0;
    --bit-darker-than-green:                #0b0;
    --darker-than-green:                    #0a0;
    --much-darker-than-green:               #090;
    --very-much-darker-than-green:          #080;
    
    --very-much-lighter-than-orange:        #ffe944;
    --much-lighter-than-orange:             #ffd833;
    --lighter-than-orange:                  #ffc722;
    --bit-lighter-than-orange:              #ffb611;
    --orange:                               #ffa500;
    --bit-darker-than-orange:               #ee9400;
    --darker-than-orange:                   #cc8300;
    --much-darker-than-orange:              #bb7200;
    --very-much-darker-than-orange:         #aa6100;
        
    --very-much-lighter-than-red:           #fe5f6c;
    --much-lighter-than-red:                #fd4e5b;
    --lighter-than-red:                     #fc3d4a;
    --bit-lighter-than-red:                 #eb2c39;
    --red:                                  #da1b28;
    --bit-darker-than-red:                  #c90a17;
    --darker-than-red:                      #b80906;
    --much-darker-than-red:                 #a70805;
    --very-much-darker-than-red:            #960704;
        
    --very-much-lighter-than-gray:          #bcbcbc;
    --much-lighter-than-gray:               #ababab;
    --lighter-than-gray:                    #9a9a9a;
    --bit-lighter-than-gray:                #898989;
    --gray:                                 #787878;
    --bit-darker-than-gray:                 #676767;
    --darker-than-gray:                     #565656;
    --much-darker-than-gray:                #454545;
    --very-much-darker-than-gray:           #343434;
        
    --very-much-lighter-than-yellow:        #fafe56;
    --much-lighter-than-yellow:             #f9fd45;
    --lighter-than-yellow:                  #f8fc34;
    --bit-lighter-than-yellow:              #f7fb23;
    --yellow:                               #f6fa12;
    --bit-darker-than-yellow:               #e5e901;
    --darker-than-yellow:                   #d4d800;
    --much-darker-than-yellow:              #c3c700;
    --very-much-darker-than-yellow:         #b2b600;
        
    --very-much-lighter-than-blue:          #76cfff;
    --much-lighter-than-blue:               #65bfff;
    --lighter-than-blue:                    #54aeff;
    --bit-lighter-than-blue:                #439dff;
    --blue:                                 #328cef;
    --bit-darker-than-blue:                 #217bde;
    --darker-than-blue:                     #106acd;
    --much-darker-than-blue:                #0059bc;
    --very-much-darker-than-blue:           #0048ab;
        
    --white:                                #fff;
    --bit-darker-than-white:                #eee;
    --darker-than-white:                    #ddd;
    --much-darker-than-white:               #ccc;
    --very-much-darker-than-white:          #bbb;
        
    --very-much-lighter-than-black:         #444;
    --much-lighter-than-black:              #333;
    --lighter-than-black:                   #222;
    --bit-lighter-than-black:               #111;
    --black:                                #000;
        
    --light:                                #fff;
    --bit-darker-than-light:                #eee;
    --darker-than-light:                    #ddd;
    --much-darker-than-light:               #ccc;
    --very-much-darker-than-light:          #bbb;
    --light-background:                     #fefefe;
    --little-light-background:              #ccc;
    --light-background-little-opacity:      #ffffff4d;
    --light-background-opacity:             #ffffff80;
    --light-background-much-opacity:        #ffffffb3;
        
    --dark:                                 #000;
    --bit-lighter-than-dark:                #111;
    --lighter-than-dark:                    #222;
    --much-lighter-than-dark:               #333;
    --very-much-lighter-than-dark:          #222;
    --dark-background:                      #202020;
    --little-dark-background:               #333;
    --dark-background-little-opacity:       #2020204d;
    --dark-background-opacity:              #20202080;
    --dark-background-much-opacity:         #202020b3;
    
    --window-shadow:                        #0000004d;
    --information-area-shadow:              #0000004d;

    
    --invert: invert(0);


    --normal-blur:          blur(20px);
    --lots-of-content-blur: blur(45px);

    --home-page-item-br: 40px;
}