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

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

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

/* SemiBold used across UI — map to Medium file (CDN had no 600 either for Satoshi variable steps) */
@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi/Satoshi-700.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* Site uses weight 800 widely — map to ExtraBold file so no synthetic bold */
@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi/Satoshi-900.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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