/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root,
.not-dark {
	--cnvs-themecolor: #440CAA;
	--cnvs-themecolor-rgb: 0, 70, 192;
    /* --cnvs-secondary-color: #ffe600; */
    --cnvs-secondary-color: #049AAD;
	--cnvs-body-font: 'hoss-round', sans-serif;
}
/* :root,
.not-dark {
	--cnvs-themecolor: #440CAA;
	--cnvs-themecolor-rgb: 0, 70, 192;
    --cnvs-secondary-color: #E3D345;
	--cnvs-body-font: 'hoss-round', sans-serif;
} */
