/* Self-hosted UI webfonts (served from /static/fonts). Used in place of Google Fonts
   so the strict CSP (font-src 'self') keeps holding — see scripts/fetch_ui_fonts.js.
   Both are variable fonts, so a single file covers the whole weight range. */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/static/fonts/Assistant.ttf') format('truetype');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/static/fonts/JetBrainsMono.ttf') format('truetype');
}
