/* Satoshi — the same Latin UI face the Hyperknow app uses, self-hosted (Google
   Fonts is blocked in mainland China and KOLs are mostly there). Only the three
   upright weights the dashboard actually uses are shipped (~76 KB total);
   italics and the variable cuts are left out on purpose.
   `font-display: swap` so text paints in the CJK fallback immediately. */

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