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