/* Satoshi font face - woff2 with TTF fallback (served from public/fonts) */
@font-face {
  font-family: 'Satoshi';
  src: local('Satoshi Regular'), local('Satoshi-Regular'),
       url('./fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('./fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

/* Clash Display - H1 headings (woff2 with TTF fallback) */
@font-face {
  font-family: 'Clash Display';
  src: local('ClashDisplay Bold'), local('ClashDisplay-Bold'),
       url('./fonts/clash-display/ClashDisplay-Bold.woff2') format('woff2'),
       url('./fonts/clash-display/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Space Grotesk - H2/H3 headings (woff2 with TTF fallback) */
@font-face {
  font-family: 'Space Grotesk';
  src: local('SpaceGrotesk Regular'), local('SpaceGrotesk-Regular'),
       url('./fonts/space-grotesk/SpaceGrotesk-Regular.woff2') format('woff2'),
       url('./fonts/space-grotesk/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
