/* Satoshi Regular */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-regular.woff2') format('woff2'),
       url('/fonts/satoshi/satoshi-regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Satoshi Medium */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-medium.woff2') format('woff2'),
       url('/fonts/satoshi/satoshi-medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* Satoshi Bold */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/satoshi-bold.woff2') format('woff2'),
       url('/fonts/satoshi/satoshi-bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
