/* ============================================================
   FONTS — Gonzalo Yokota
   Brand faces: FRAUNCES (headings) + HANKEN GROTESK (body/UI).
   Both are open-licence (SIL OFL) and SELF-HOSTED from ../fonts/
   as single variable files carrying the full 100–900 range.

   Recoleta DEMO and Elza were removed on 2026-09-15: the demo
   Recoleta carried a watermark and subset out punctuation, and
   neither face is licensed for web use. Do not reintroduce them.

   NOTE — no Google Fonts @import here, on purpose. Loading fonts
   from fonts.googleapis.com sends every German visitor's IP to
   Google before they consent to anything (LG München I, 3 O
   17493/20). Self-hosting keeps the page clean under the DSGVO.
   ============================================================ */

/* ---- HANKEN GROTESK — body & UI ---- */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-VF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---- FRAUNCES — headings ---- */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces-VF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
