@font-face {
  font-family: "domaine-sans";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src:
    url("./fonts/domaine-sans-display-web-regular.woff2") format("woff2"),
    url("./fonts/domaine-sans-display-web-regular.woff") format("woff");
}

:root {
  --custom-hero-font-family: "domaine-sans", "Halant", serif;
}
