/* Satoshi, self-hosted. Licensed via Fontshare (Indian Type Foundry).
   Files are the same ones the Fontshare CDN serves, kept locally so the
   site makes no third-party requests. Weight 600 is not published for
   Satoshi; the browser synthesises it from 500/700 as it did before. */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-400.woff2') format('woff2'),
       url('../fonts/satoshi-400.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-500.woff2') format('woff2'),
       url('../fonts/satoshi-500.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-700.woff2') format('woff2'),
       url('../fonts/satoshi-700.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
