/* Self-hosted Inter + JetBrains Mono, replacing the Google Fonts @import
   that ships in the design system's colors_and_type.css. Both are the
   variable-font woff2 (latin subset) Google serves; one file covers every
   weight the system uses. Loaded before tokens.css so the families exist
   when the tokens reference them. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/inter-var.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/jbmono-var.woff2') format('woff2');
}
