@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

body, p, a, div, span, li, button, input, textarea, select {
    font-family: 'DM Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, 
.hero-title, .section-title, .title, .hero h1 {
    font-family: 'Cormorant Garamond', serif !important;
}

/* Specific elements that should keep DM Sans */
.top-bar, .top-bar-inner, .nav-links, .lang-dropdown-container, .lang-option, .btn, .button, .tag, .stat-value {
    font-family: 'DM Sans', sans-serif !important;
}
/* Except if they are explicitly headings */
h1.stat-value {
    font-family: 'Cormorant Garamond', serif !important;
}
