

/* Set CSS variables */
:root {
    --base-h: 215;
    --base-s: 69%;
    --base-l: 48%;
    
    --base-two-h: 45;
    --base-two-s: 100%;
    --base-two-l: 51%;
}
