@font-face {
  font-family: "Charon";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src:
    url("./fonts/Charon-Regular.woff2") format("woff2"),
    url("./fonts/Charon-Regular.woff") format("woff");
}

:root {
  --custom-hero-font-family: "Charon", "Halant", serif;
}
