/* ============================================================
   TERRA INCOGNITA — @font-face
   Display: Bootzy Terra (chunky rounded caps — the wordmark face)
   Text:    Hanken Grotesk (variable, humanist grotesque)
   ============================================================ */

@font-face {
  font-family: "Bootzy Terra";
  src: url("../assets/fonts/BootzyTerra.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../assets/fonts/HankenGrotesk.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../assets/fonts/HankenGrotesk-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
