/* SchoolUP — self-hosted brand fonts (Nunito + Fraunces, variable weight).
   Served from our own origin so no visitor IP ever reaches a Google/US host —
   this is what makes the "keine Drittlandübermittlung" promise on the legal
   pages actually true. Shared by the marketing homepage and all legal docs. */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/nunito.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/fraunces.woff2') format('woff2');
}
