/* CSS adicional para forzar Montserrat y sobrescribir Roboto */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Sobrescribir todas las fuentes de Elementor */
.elementor-kit-7,
.elementor-widget,
.elementor-element,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-row {
    font-family: "Montserrat", sans-serif !important;
}

/* Sobrescribir variables CSS de Elementor */
.elementor-kit-7 {
    --e-global-typography-primary-font-family: "Montserrat" !important;
    --e-global-typography-secondary-font-family: "Montserrat" !important;
    --e-global-typography-text-font-family: "Montserrat" !important;
    --e-global-typography-accent-font-family: "Montserrat" !important;
}

/* Sobrescribir fuentes globales */
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
input, textarea, select {
    font-family: "Montserrat", sans-serif !important;
}

/* Sobrescribir específicamente Roboto */
*[style*="font-family: Roboto"],
*[style*="font-family: 'Roboto'"],
*[style*="font-family: Roboto Slab"],
*[style*="font-family: 'Roboto Slab'"] {
    font-family: "Montserrat", sans-serif !important;
}

