/* Selbst gehostete Schriften – keine Verbindung zu Google (DSGVO-konform) */
@font-face{
  font-family:'Playfair Display';
  font-style:normal; font-weight:400 700; font-display:swap;
  src:url('fonts/PlayfairDisplay.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:italic; font-weight:400 700; font-display:swap;
  src:url('fonts/PlayfairDisplay-Italic.woff2') format('woff2');
}
@font-face{
  font-family:'Source Serif 4';
  font-style:normal; font-weight:300 600; font-display:swap;
  src:url('fonts/SourceSerif4.woff2') format('woff2');
}
