/* Satoshi — self-hosted from Fontshare (MIT licensed, commercial use OK).
   Family has 4 production weights: 400, 500, 700, 900.
   600 (semibold) maps to 700 via font-weight: 500 900 in faces below; browsers
   will pick the nearest match. 800 (extrabold) maps to 900 similarly. */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-500.woff2') format('woff2');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-700.woff2') format('woff2');
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
