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