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


/* Use if the css variable is rgb */
:root{
    --main: 51,
            102,
            153;
}

/* Use if the css variable is hsl */

:root{
    --main: 210,
            94,
            21;
}

