/* Self-hosted fonts — DM Sans + JetBrains Mono (variable WOFF2) */
/* Served from our own domain, eliminating render-blocking Google Fonts CDN dependency */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/dm-sans.woff2') format('woff2');
}

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