:root {
    --e-global-typography-primary-font-family: 'ITC Avant Garde Gothic Std', sans-serif;
    --e-global-typography-secondary-font-family: 'ITC Avant Garde Gothic Std', sans-serif;
    --e-global-typography-text-font-family: 'Montserrat', sans-serif;
    --e-global-typography-accent-font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.elementor-widget-heading .elementor-heading-title,
.ag-h-timeline-event-title,
.ag-footer-title,
.ag-h-timeline-title {
    font-family: 'ITC Avant Garde Gothic Std', sans-serif !important;
}

p, span, a, li, 
.elementor-text-editor, 
.elementor-widget-text-editor,
.elementor-button {
    font-family: 'Montserrat', sans-serif !important;
}
/*
 Theme Name:   Bodega Quinta Santero (Elementor Child)
 Theme URI:    http://elementor.com/
 Description:  Hello Elementor Child Theme para Bodega Quinta Santero
 Author:       Antigravity
 Author URI:   http://elementor.com/
 Template:     hello-elementor
 Version:      1.1.0
 Text Domain:  hello-elementor-child
*/

/* Global Typography scoped to Elementor widgets to avoid global pollution */
.ag-custom-theme-scope {
    font-family: 'Montserrat', sans-serif;
    color: #f0e8e0;
}
.ag-custom-theme-scope h1,
.ag-custom-theme-scope h2,
.ag-custom-theme-scope h3,
.ag-custom-theme-scope h4,
.ag-custom-theme-scope h5,
.ag-custom-theme-scope h6 {
    color: #ffffff;
}
.ag-custom-theme-scope a {
    color: #cda47b;
    text-decoration: none;
    transition: color 0.3s ease;
}
.ag-custom-theme-scope a:hover {
    color: #ffffff;
}
.elementor-button, .elementor-button-text {
    font-family: 'ITC Avant Garde Gothic Std', sans-serif;
}



/* ==========================================================================

        /* ============================================================
           TOKENS DE MARCA – Quinta Santero
           Extraídos directamente del style.css real del proyecto
        ============================================================ */
        :root {
            /* Colores exactos del proyecto */
            --ag-gold:        #cda47b;
            --ag-gold-light:  #e8c9a0;
            --ag-dark:        #0a0000;          /* fondo negro con tinte borgoña */
            --ag-dark-card:   #141414;
            --ag-dark-mid:    #1f1f1f;
            --ag-light-bg:    #fcfaf5;          /* fondo crema sección proximos */
            --ag-light-card:  #ffffff;
            --ag-light-text:  #1a0a05;
            --ag-text:        #f0e8e0;
            --ag-text-muted:  #9e8e80;
            --ag-radius:      14px;
            --ag-radius-sm:   8px;
            --ag-shadow:      0 8px 32px rgba(0,0,0,0.5);
            --ag-transition:  0.28s cubic-bezier(0.4, 0, 0.2, 1);

            /* Familia tipográfica real */
            --font-title: 'Montserrat', sans-serif;   /* ITC Avant Garde → Montserrat 800 */
            --font-body:  'Montserrat', sans-serif;
        }

/* ==========================================================================
   CORRECCIONES DE ACCESIBILIDAD (SOBREESCRITURAS DE SEGURIDAD)
   ========================================================================== */
.ag-footer-btn-wp {
    background-color: #075E54 !important; /* Verde de marca WhatsApp accesible de alto contraste */
}

.swiper-pagination-bullet {
    position: relative !important;
}

.swiper-pagination-bullet::before {
    content: '' !important;
    position: absolute !important;
    top: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
    right: -15px !important;
    cursor: pointer !important;
}


