/* ============================================================
   Yetu Triathlon — Self-hosted font face declarations
   ------------------------------------------------------------
   Self-hosted from HY's Webflow CDN (see assets/fonts/MANIFEST.md).
   HY's CDN ships these typefaces as .otf / .ttf, NOT .woff2 —
   paths and format() hints match the actual files on disk.

   font-display: swap avoids FOIT on slow connections.

   NOTE: ZT Nature 400 italic is NOT on HY's CDN. Browsers will
   synthesize italic from the regular weight, or fall back to
   Inter Italic via the CSS fallback stack.
   ============================================================ */

/* --- ZT Nature: Regular 400 (OTF) ----------------------------- */
@font-face {
  font-family: "ZT Nature";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/zt-nature-400.otf") format("opentype");
}

/* --- ZT Nature: Medium 500 (TTF) ------------------------------ */
@font-face {
  font-family: "ZT Nature";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/zt-nature-500.ttf") format("truetype");
}

/* --- ZT Nature: Medium 500 italic (TTF) ----------------------- */
@font-face {
  font-family: "ZT Nature";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/zt-nature-500-italic.ttf") format("truetype");
}

/* --- ZT Nature: Black 900 (TTF) ------------------------------- */
@font-face {
  font-family: "ZT Nature";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/zt-nature-900.ttf") format("truetype");
}

/* --- ZT Nature: Black 900 italic (TTF) ------------------------ */
@font-face {
  font-family: "ZT Nature";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/zt-nature-900-italic.ttf") format("truetype");
}

/* --- Cosmic Buns: Regular 400 (OTF, display family) ----------- */
@font-face {
  font-family: "Cosmic Buns";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cosmic-buns-400.otf") format("opentype");
}

/* --- Architects Daughter: Regular 400 (TTF, HY wordmark face) -- */
/* Confirmed HY parent wordmark typeface — see assets/images/logos/FONT_ANALYSIS.md.
   Hand-drawn, mixed-case. Use for any HTML "Yetu Triathlon" wordmark that
   should match the HY brand wordmark voice. Pair with -webkit-text-stroke
   (~1.5px currentColor) if you need the PSD-equivalent thickened weight. */
@font-face {
  font-family: "Architects Daughter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/architects-daughter-400.ttf") format("truetype");
}
</content>
</invoke>