/* Playfair Display – lokal gehostet (DSGVO: keine Verbindung zu Google) */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/playfair-italic-400.woff2") format("woff2");
  }
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/playfair-normal-700.woff2") format("woff2");
  }
