

/* Set CSS variables */
:root {
    --base-h: 0;
    --base-s: 12%;
    --base-l: 76%;
    
    --base-two-h: 56;
    --base-two-s: 100%;
    --base-two-l: 50%;
}
