/* 🎯 EMOCARD - Police Nunito Globale (exclut les cartes) */
/* Applique Nunito à tout le site SAUF les composants de cartes */

/* Style global de base */
body,
html,
* {
    font-family: 'Nunito', sans-serif !important;
}

/* Titres et éléments principaux */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif !important;
}

/* Sections principales du site */
.hero-title,
.hero-description,
.banner-title,
.banner-subtitle,
.banner-subtitle-main,
.concept-section *,
.testimonials-carousel-section *,
.portfolio-section *,
.about-section *,
.faq-section *,
.final-cta-section *,
.site-footer * {
    font-family: 'Nunito', sans-serif !important;
}

/* Navigation et boutons */
.pill-nav *,
.navigation-button,
.btn,
.btn-premium,
button,
input,
textarea {
    font-family: 'Nunito', sans-serif !important;
}

/* EXCEPTIONS - Conserver les polices originales pour les cartes */
.gift-card *,
.gift-card-container *,
.card-experience-container *,
.opening-card-experience *,
iframe,
iframe *,
.emocard-banner-container .gift-card *,
#emocard-banner-wrapper .gift-card *,
#gift-card-container *,
.card-revealed-layer *,
.gift-package-layer * {
    font-family: inherit !important;
}

/* Spécifiquement pour l'iframe de démo - ne pas override */
iframe[src*="carte.php"] *,
iframe[src*="lien-carte-ouverture"] * {
    font-family: inherit !important;
}

/* Modal et composants de cartes - conserver polices originales */
.modal-content .gift-card *,
.demo-modal .gift-card * {
    font-family: inherit !important;
}