

/* Set CSS variables */
:root {
    --base-h: 252;
    --base-s: 61%;
    --base-l: 11%;
    
    --base-two-h: 252;
    --base-two-s: 67%;
    --base-two-l: 41%;
}
