/* Switchboard self-hosted fonts (redesign plan 2.2) — static copy for the
   FastAPI dashboard. Canonical source: voipagent-shared/styles/fonts.css;
   woff2 copies live in static/fonts/ (copy mechanism, same as favicons). */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url('/static/fonts/dm-sans-latin-wght-normal.woff2') format('woff2-variations');
}

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