

/* Set CSS variables */
:root {
    --base-h: 231;
    --base-s: 99%;
    --base-l: 59%;
    
    --base-two-h: 40;
    --base-two-s: 100%;
    --base-two-l: 56%;
}
