/* Self-hosted — no live Google Fonts CDN request (house law). Latin subset only.
   Space Grotesk ships as ONE variable file for 400-700 (verified: gstatic returned
   byte-identical woff2 for wght 400/500/600/700 — md5 25ea4a78... on all four —
   so this is a single @font-face with a weight RANGE, not four separate files. */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/instrument-serif-400-normal-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/instrument-serif-400-italic-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/space-grotesk-variable-latin.woff2) format('woff2-variations'), url(fonts/space-grotesk-variable-latin.woff2) format('woff2');
}
