

/* Set CSS variables */
:root {
    --base-h: 215;
    --base-s: 76%;
    --base-l: 54%;
    
    --base-two-h: 40;
    --base-two-s: 100%;
    --base-two-l: 56%;
}
