/*
 * Lokale @font-face-Deklarationen (DSGVO-konform, selbst gehostet).
 * .woff2-Dateien liegen in diesem Ordner (assets/fonts/). Pfade sind relativ
 * zu dieser Datei. Niemals Google Fonts CDN verwenden (LG München Az. 3 O 17493/20).
 * Fallbacks: Georgia / "Times New Roman" (Überschriften), system-ui / Arial (Fließtext).
 */

/* ---------------------------------------------------------------- Inter */
@font-face {
  font-family: "Inter";
  src: url("inter-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("inter-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("inter-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("inter-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------------------------------ Playfair Display */
@font-face {
  font-family: "Playfair Display";
  src: url("playfair-display-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("playfair-display-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
