/* ===========================================================================
   NOVA Desarrollos — Webfonts
   Garet         → display / headings / the editorial WOW-style wordmark voice
   Red Hat Display → body, UI, captions (variable weight)
   =========================================================================== */

@font-face {
  font-family: "Garet";
  src: url("../assets/fonts/Garet-Book.otf") format("opentype"),
       url("../assets/fonts/Garet-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("../assets/fonts/Garet-Heavy.otf") format("opentype"),
       url("../assets/fonts/Garet-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../assets/fonts/RedHatDisplay-Variable.ttf") format("truetype-variations"),
       url("../assets/fonts/RedHatDisplay-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../assets/fonts/RedHatDisplay-Italic-Variable.ttf") format("truetype-variations"),
       url("../assets/fonts/RedHatDisplay-Italic-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
