/* Fuentes locales — Inter (cuerpo) y Space Grotesk (display).
   Sirve los archivos desde el propio servidor, sin depender de Google Fonts CDN. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("Inter-var.bff0f6e3b9e2.ttf") format('truetype');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("SpaceGrotesk-var.effdd4f91ca2.ttf") format('truetype');
}
