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

/* Use if the css variable is hsl */

:root{
    --base-h: 220;
    --base-s: 72%;
    --base-l: 55%;
}

