/* ==========================================================================
   ESPYCRUX type stack — self-hosted.

   Served from this origin, so there is no third-party request on any page
   load, no CSP exception for a font CDN, and nothing that can break when an
   external service does. Latin subsets only; ~179 KB for the three core faces.

   Archivo carries the wdth axis on purpose: the design tokens set
   --display-variation to "wdth" 88…120 and the faces must be able to honour it.
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('/assets/fonts/archivo.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter.woff2') format('woff2-variations');
}

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