/* ============================================
   FUENTES PARA USO OFFLINE - SIMPLE Y LIMPIO
   Solo sans-serif como en el diseño original
   ============================================ */

/* Definiciones de variables para fuentes del sistema */
:root {
  --font-base: sans-serif;
  --font-body: sans-serif;
  --font-system: sans-serif;
  --font-nunito: sans-serif;
  --font-fredoka: sans-serif;
  --font-inter: sans-serif;
}

/* Base font para body - simple sans-serif como en el diseño original */
body {
  font-family: sans-serif !important;
  font-weight: normal;
  line-height: 1.6;
}

/* Títulos - sans-serif simple */
.title-font, h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif !important;
}

/* Todas las clases de fuente usan sans-serif */
.nunito-font, .system-font, .fredoka-font, .inter-font {
  font-family: sans-serif !important;
}

/* Clases de peso de fuente estándar */
.font-weight-bold, .fw-bold {
  font-weight: bold !important;
}

.font-weight-semibold, .fw-semibold {
  font-weight: 600 !important;
}

.font-weight-normal, .fw-normal {
  font-weight: normal !important;
}

.font-weight-light, .fw-light {
  font-weight: 300 !important;
}

/* Optimización del sistema de fuentes */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Asegurar que el texto sea siempre legible */
.text-primary, .text-secondary, .text-success, .text-danger, 
.text-warning, .text-info, .text-light, .text-dark {
  font-family: sans-serif !important;
}

/* Fuentes de la sección Universidad - exactamente como el diseño original */
.ua-faculty, .ua-program, .ua-title-horizontal,
.ua-text-block, .ua-container {
  font-family: sans-serif !important;
}
