/* BIGMONEY — locally vendored fonts (replaces the Google Fonts CDN link).
   Source: @fontsource-variable/jetbrains-mono, @fontsource-variable/inter (npm).
   Both fonts are licensed under the SIL Open Font License 1.1 — see the
   accompanying fonts/JetBrainsMono-OFL.txt and fonts/Inter-OFL.txt.
   Variable fonts: one woff2 per family covers the full 100–900 weight range,
   matching the weights the terminal used from the CDN (300–800 mono / 400–800 sans). */

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('./fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('./fonts/inter-latin-wght-normal.woff2') format('woff2');
}
