/* Satoshi */
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/satoshi-400.woff2') format('woff2'),
       url('fonts/satoshi-400.woff') format('woff'),
       url('fonts/satoshi-400.ttf') format('truetype');
  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'),
       url('fonts/satoshi-500.ttf') format('truetype');
  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'),
       url('fonts/satoshi-700.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/satoshi-900.woff2') format('woff2'),
       url('fonts/satoshi-900.woff') format('woff'),
       url('fonts/satoshi-900.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}


