/* Self-hosted fonts (no Google servers, no IP transfer — GDPR-friendly).
   Space Grotesk: variable font, weights 300–700, latin subset.
   Instrument Serif: regular + italic, latin subset. */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('space-grotesk.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('instrument-serif.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('instrument-serif-italic.woff2') format('woff2');
}
