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