/* Selbst gehostete Schriften (E2 Task 6) — CSP erlaubt nur 'self', kein Google-Fonts-Link.
   Quelle: Google Fonts (OFL-Lizenz), siehe LIZENZ.md. */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300 800;            /* variable Schrift, eine Datei */
  font-display: swap;
  src: url("merriweather-var.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("pt-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("pt-sans-700.woff2") format("woff2");
}
