/* Fuentes self-hosted (subset latin, woff2) para el layout público de pago.
   Reemplazan los <link> a fonts.googleapis.com: 0 dominios externos, 0 requests
   render-blocking a Google, y las sirve el mismo servidor (con Cache-Control de
   /build/... no aplica aquí, pero /fonts/ es estático y cachea bien).
   Rutas absolutas /fonts/... para que Vite no las reprocese. */

/* Barlow Condensed — títulos (SNAP) */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/barlow-condensed-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/barlow-condensed-900.woff2') format('woff2');
}

/* DM Sans — cuerpo (variable, cubre 400–600) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/dm-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dm-sans-italic.woff2') format('woff2');
}
