/* Satoshi (self-hosted) — 4 weights available via Fontshare
 * Downloaded 2026-07-18 from https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900
 * Mapping 800→700 (Bold) and adding 600→500 (Medium) fallbacks since Satoshi
 * doesn't ship those weights at Fontshare. Inter and the system stack handle
 * the rest of the cascade.
 */

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

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500 600;  /* covers both medium and semibold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700 800;  /* covers bold and extrabold — Satoshi has no 800 */
  font-style: normal;
  font-display: swap;
}

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