/*
 * Geist + Geist-Mono lokal — Slice UX-1a.
 *
 * Variable Fonts (eine Datei pro Family), Quelle:
 * https://github.com/vercel/geist-font (MIT-Lizenz).
 *
 * font-display: swap zeigt zuerst System-Font, dann Geist beim Load.
 * Akzeptabel für interne Tools — kein FOIT, kurzer Flash beim Cold-Render.
 */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/static/fonts/Geist-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/static/fonts/GeistMono-Variable.woff2') format('woff2');
}
