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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #c62030;
	--cnvs-themecolor-rgb: 198, 32, 48;
	--cnvs-body-font: Montserrat;
	--cnvs-primary-font: Montserrat;
	--cnvs-secondary-font: Montserrat;
	/* --cnvs-secondary-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */

}