

/* Set CSS variables */
:root {
    --base-h: 13;
    --base-s: 92%;
    --base-l: 54%;
    
    --base-two-h: 0;
    --base-two-s: 0%;
    --base-two-l: 96%;
}
