@font-face {
  font-family: "Typo Grotesk";
  font-style: normal;
  font-weight: normal;
  src: local("Typo Grotesk"), url("/fonts/Typo Grotesk.otf") format("opentype");
}

@font-face {
  font-family: "Typo Grotesk";
  font-style: normal;
  font-weight: 600;
  src: local("Typo Grotesk"),
    url("/fonts/Typo Grotesk Bold.otf") format("opentype");
}

body {
  font-family: Epilogue;
}
