:root {
    --font-family: 'Montserrat', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Fuerza Montserrat en todo lo renderizado, con fallback explícito */
* {
    font-family: var(--font-family, 'Montserrat', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}
