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