/* ─────────────────────────────────────────────────────────────
   Self-hosted fonts — replaces fonts.googleapis.com + jsdelivr CDN.
   Enterprise security customers frequently block third-party font/
   script CDNs at the network edge; self-hosting removes that failure
   mode entirely and shaves a DNS+TLS round trip off first paint.
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Fraunces';
  src: url("../fonts/Fraunces-Variable.df89c7ab0af2.ttf") format('truetype-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter.bff0f6e3b9e2.ttf") format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("../fonts/IBMPlexMono-Regular.560033d0c7f2.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("../fonts/IBMPlexMono-Medium.63c2dc54dd9c.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
