/*
	CSS CATEGORY COLORS
	Twig template file is : /templates/css/colors.css.twig
*/

:root{

	/*
		These top-level color variables are DYNAMICALLY defined !
		-> To change them, edit the hexadecimal values in the back-office (in "Whitelabels")
	*/
    --primary: #95c114;
    --primary-hover: #7ea901;
    --secondary: #164192;
    --secondary-hover: #11165f;


}
