/* Self-hosted fonts (W1.1) — no requests ever leave for Fontshare or Google.
   EU learners' IPs stay home, no FOUT-to-Inter silent fallback, and the
   Satoshi weights are the DESIGN.md-sanctioned 300/400/500/700.
   Satoshi © Indian Type Foundry, served under the Fontshare license.
   Inter (variable, latin subset) covers the legacy 1.0 surfaces. */

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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