/* ----------------------------------------------------------------
	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: 'Hero', sans-serif; */
	--cnvs-primary-font: "HeroWeb", sans-serif;
	/* --cnvs-secondary-font: 'Hero', serif; */

		--cnvs-themecolor: #d96c6f;
	--cnvs-themecolor-rgb: 85.1, 42.4, 43.5;
	--cnvs-gradient-color: linear-gradient(to right, #d96c6f, #18cb96);


}