
/*
* Must have to remove one of the function which is un-used;
*/

/* Use if the css variable is hsl */

:root{
    --base-h: 210;
    --base-s: 50%;
    --base-l: 40%;
}

