/* Self-hosted fonts (latin subset). No external CDN — keeps visitor IPs off
   Google's servers (GDPR-friendly) and the site fast + offline-capable.

   Inter is the interface face: one variable file covers the whole 100–900 weight
   range, so display weights (700/800, tight tracking) and body copy (400/500)
   cost a single request. Space Mono is kept for data microcopy only — timestamps,
   counters, the kind of thing that should read as machine-verified. Between them
   they cover é, curly quotes and the dotless ı used in the wordmark. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/space-mono-700.woff2') format('woff2');
}
