/* ===========================================================================
   Lokal gehostete Schriften (DSGVO-konform, keine externen Font-CDNs).
   Die Dateien QQuizSans-*.woff2 hier ablegen – z. B. eine frei lizenzierte
   Schrift wie "Inter", "Nunito" oder "Source Sans 3" (SIL OFL) herunterladen,
   als woff2 speichern und umbenennen. Bis dahin greift der System-Fallback
   aus app.css (system-ui), die Anwendung funktioniert also auch ohne Dateien.
   =========================================================================== */

@font-face {
  font-family: 'QQuizSans';
  src: url('QQuizSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'QQuizSans';
  src: url('QQuizSans-Bold.woff2') format('woff2');
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}
