/*
 * Switchboard self-hosted fonts — static copy for the docs site (tier-2
 * surface, same mechanism as the operator dashboard / translate). woff2
 * files sit in ./fonts/ next to this file.
 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url('./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('./fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2-variations');
}
