

/* Set CSS variables */
:root {
    --base-h: 227;
    --base-s: 100%;
    --base-l: 41%;
    
    --base-two-h: 32;
    --base-two-s: 100%;
    --base-two-l: 56%;
}
