/* Clash Display */
@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/fontshare/clash-display-600.woff2') format('woff2'),
       url('/fonts/fontshare/clash-display-600.woff') format('woff'),
       url('/fonts/fontshare/clash-display-600.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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

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

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