/* ============================================================
   SIGLO — TIPOGRAFÍAS
   ============================================================
   Rutas relativas desde /css hacia /assets/fonts
   - Saira Condensed: display (títulos)
   - Inter: cuerpo
   - JetBrains Mono: datos técnicos
   ============================================================ */

/* ---------- SAIRA CONDENSED (display) ---------- */
@font-face {
  font-family: 'Saira Condensed';
  src: url('../assets/fonts/SairaCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saira Condensed';
  src: url('../assets/fonts/SairaCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saira Condensed';
  src: url('../assets/fonts/SairaCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saira Condensed';
  src: url('../assets/fonts/SairaCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- INTER (cuerpo) ---------- */
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- JETBRAINS MONO (datos técnicos) ---------- */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../assets/fonts/JetBrainsMono-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
