

/* Set CSS variables */
:root {
    --base-h: 354;
    --base-s: 78%;
    --base-l: 51%;
    
    --base-two-h: 40;
    --base-two-s: 100%;
    --base-two-l: 56%;
}
