

/* Set CSS variables */
:root {
    --base-h: 226;
    --base-s: 22%;
    --base-l: 59%;
    
    --base-two-h: 56;
    --base-two-s: 39%;
    --base-two-l: 68%;
}
