/* Local fonts — 100% DSGVO, kein Google-Fonts-CDN.
   Beide Dateien sind Variable Fonts (decken die Gewichte 400–700 ab). */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fraunces-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2');
}
