

/* Set CSS variables */
:root {
    --base-h: 250;
    --base-s: 93%;
    --base-l: 61%;
    
    --base-two-h: 250;
    --base-two-s: 93%;
    --base-two-l: 61%;
}
