/* TheAgency — self-hosted fonts. Replaces the Google Fonts CDN round trip
   (DNS + connect + two extra render-blocking requests) with same-origin
   files, using the exact variable-font instances Chrome already served
   for this site so no weight is missing. */

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

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