/* Nunito — Marken-Schrift der App (assets/google_fonts/), als WOFF2-Subset
   selbst gehostet (kein Google-Fonts-CDN → DSGVO). Subset: Latin + Latin-Ext. */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/nunito-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/nunito-semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/nunito-extrabold.woff2') format('woff2');
}
