@font-face {
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-700.woff2') format('woff2');
}

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

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

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

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-500.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-700.woff2') format('woff2');
}

/* --- IBM Plex Sans/Mono (Sesión 6, R3-T5) --------------------------------
   Solo para el visor de producto de `/smartaudit` (`.sa-viewer`,
   components.css — bloque "SmartAudit: visor real"): recrea la tipografía
   REAL de la app SmartAudit (02_Servicios/C_SaaS/SmartAudit/
   SISTEMA-DISENO.md §4 — IBM Plex Sans para UI, IBM Plex Mono para
   códigos/importes) dentro de esa sección de la landing. El RESTO de esta
   web sigue con Space Grotesk / Inter / JetBrains Mono (brand-guide de
   SmartProcess): no se toca ni una regla fuera de `.sa-viewer`.
   Self-host, subset SOLO latín (suficiente para ES/EN, igual criterio que
   el resto de fuentes de este archivo). Sans es la variable (`wght
   100-700`): un único archivo cubre 400/500/600/700 sin declarar un
   @font-face por peso, como sí hace falta con Mono (400/500, estáticas). */
@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/ibm-plex-sans-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-latin-500.woff2') format('woff2');
}
