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