/* ----------------------------------------------------------------
	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: "Hero", 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);

@font-face {
  font-family: "Hero";
  src: url("/fonts/Hero-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("/fonts/Hero-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("/fonts/Hero-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
}