/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--cnvs-body-font: "Exo 2", sans-serif;
	--cnvs-primary-font: "Exo 2", sans-serif;
	--cnvs-secondary-font: "Exo 2", serif;
	--cnvs-themecolor: #124ba6;
	--cnvs-themecolor-rgb: 18, 75, 166;
}

