/* Selbst gehostete Schriften (DSGVO: keine Verbindung zu Google-Servern).
   Inter (Fließtext) + Playfair Display (Überschriften, italienische Eleganz),
   beide als variable Fonts im Latin-Subset — decken Deutsch inkl. Umlaute/ß ab. */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('fonts/inter-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('fonts/playfair-latin.woff2') format('woff2');
}
