/* ============================================================
   deraneck.eu – Geteilte Schriften
   Selbst gehostet, kein Google-CDN (DSGVO).
   Wird auf JEDER Seite als erstes Stylesheet geladen, damit
   @font-face vor jeder Nutzung deklariert ist.

   Hinweis: Nicht genutzte @font-face-Regeln kosten zur Laufzeit
   null Bytes. Browser laden eine Schriftdatei erst, wenn sie für
   tatsächlich gerenderten Text gebraucht wird. Deshalb steht hier
   die Vereinigungsmenge aller drei Markenwelten in einer Datei:
   ein gemeinsamer Cache über alle Pfade hinweg.
   ============================================================ */

/* ── Playfair Display (Hub, Versicherung) ─────────────────── */
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ── DM Serif Display (Werbewal) ──────────────────────────── */
@font-face {
  font-family: 'DM Serif Display';
  src: url('/fonts/dmserifdisplay-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('/fonts/dmserifdisplay-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ── Inter (alle drei Welten) ─────────────────────────────── */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
