/* ============================================================
   Satoshi — Self-hosted font stack
   Place these WOFF2 files in the same folder as this CSS file:

     Satoshi-Light.woff2      (weight 300)
     Satoshi-Regular.woff2    (weight 400)
     Satoshi-Medium.woff2     (weight 500)
     Satoshi-Bold.woff2       (weight 700)
     Satoshi-Black.woff2      (weight 900)

   Source: https://www.fontshare.com/fonts/satoshi
   License: Free for personal and commercial use (ITF)
   ============================================================ */

@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@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;
}

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