/* r2e2 — Self-hosted Webfonts (DSGVO-konform, kein externer CDN-Call)
 *
 * Quellen:
 *  - JetBrains Mono — Apache License 2.0 — https://www.jetbrains.com/lp/mono/
 *  - General Sans   — Indian Type Foundry, kostenlos für kommerzielle Nutzung
 *                      — https://www.fontshare.com/fonts/general-sans
 */

/* JetBrains Mono — Variable Font (deckt 400/500/700 ab) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/jetbrains-mono.woff2') format('woff2');
}

/* General Sans — 5 statische Weights */
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/general-sans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/general-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/general-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/general-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('/fonts/general-sans-700.woff2') format('woff2');
}
