@font-face {
  font-family: "Canela-Light";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("./fonts/Canela-Light.otf") format("opentype");
}

:root {
  --custom-hero-font-family: "Canela-Light", "Halant", serif;
}
