/* fonts.css — Webfonts LOKAL (woff2), lokal ausgeliefert, KEIN Google-CDN.
   Bezogen via google-webfonts-helper (gwfh.mranftl.com), Subsets latin + latin-ext. */

/* Display-Serif — Überschriften */
@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrumentserif-regular.woff2") format("woff2");
}

/* Sans — Body/UI (Geist) */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/geist-400.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/geist-500.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/geist-600.woff2") format("woff2");
}
