

/* Set CSS variables */
:root {
    --base-h: 130;
    --base-s: 92%;
    --base-l: 24%;
    
    --base-two-h: 40;
    --base-two-s: 100%;
    --base-two-l: 98%;
}
