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