/* Lokale Schriften – kein externes CDN (offline-tauglich für die PWA) */
@font-face{
  font-family:'Fraunces';
  src:url('fraunces-var.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Geist';
  src:url('geist-var.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
