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

/* NOTE: the metric-matched 'Satoshi-fallback' @font-face lives INLINE in
   CleanLayout.astro's <style is:global>, NOT here. This file is served at a
   stable URL with `immutable` caching, so a rule added here won't reach the
   edge/browser without a manual cache purge. Keep this file to the Satoshi
   woff2 faces only (their content never changes, so the stale cache is fine). */
