/* Sistema de fuentes local - Compatible offline */

/* Fuentes del sistema que funcionan sin internet */
body, html {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* Asegurar que todas las fuentes del sistema estén disponibles */
.sidebar, .main-content, .btn, .form-control, .card, .navbar, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Fuentes específicas para títulos */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Fuentes para botones y elementos interactivos */
.btn, .nav-link, .dropdown-item {
    font-weight: 500;
}

/* Fuentes para formularios */
.form-control, .form-select, input, textarea, select {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
