

/* Set CSS variables */
:root {
    --base-h: 214;
    --base-s: 68%;
    --base-l: 18%;
    
    --base-two-h: 30;
    --base-two-s: 92%;
    --base-two-l: 51%;
}
