/* Local Web Fonts — Offline ready */

/* Inter — Variable font (all weights in one file) */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-display: swap;
}

/* Space Grotesk — Separate files per weight (TTF) */
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/spacegrotesk-400.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/spacegrotesk-500.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/spacegrotesk-600.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/spacegrotesk-700.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
