/* =============================================================================
   LeadProof — tipografía Inter, AUTO-ALOJADA (sin CDN, sin build).
   Los .woff2 viven en /css/fonts/inter/ y se sirven con font-src 'self' (la CSP
   bloquea Google Fonts/CDN). Subconjunto latino del paquete @fontsource/inter.
   font-display: swap -> texto visible inmediato con la fuente del sistema y
   reemplazo sin parpadeo de bloque cuando Inter termina de cargar.

   Rutas RELATIVAS a este fichero (que se sirve desde /css/), por lo que
   resuelven a /css/fonts/inter/… sea cual sea el prefijo de despliegue.
   ============================================================================= */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter/inter-700.woff2') format('woff2');
}
