/* ============================================================
   Atelier GoTo — LOKALE SCHRIFTEN (self-hosted, DSGVO-konform)
   ------------------------------------------------------------
   Diese Datei ersetzt die Google-Fonts-<link>-Tags.
   Beim Seitenaufruf wird KEINE Verbindung zu Google hergestellt.

   Die .woff2-Dateien liegen im selben Ordner (/fonts) und sind
   bereits eingebunden. Alle Schriften stehen unter der
   Open Font License (OFL) und dürfen frei lokal gehostet werden.
   ============================================================ */

/* ---------- Newsreader — Überschriften & Fließtext ---------- */
@font-face {
  font-family: "Newsreader";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("newsreader-v26-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url("newsreader-v26-latin-italic.woff2") format("woff2");
}

/* ---------- Work Sans — Labels, Navigation, Captions ---------- */
@font-face {
  font-family: "Work Sans";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("work-sans-v24-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("work-sans-v24-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("work-sans-v24-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("work-sans-v24-latin-700.woff2") format("woff2");
}
