/*
 * Public-site typography contract, loaded after page styles.
 * Family overrides are intentional: older component selectors must not change
 * the role of a heading. Icon fonts are never targeted.
 */
body {
    font-family: var(--ert-font-body);
}
h1, h2 {
    font-family: var(--ert-font-display) !important;
    text-transform: none;
}
h3, h4, h5, h6,
button, input, select, textarea, .nice-select,
.theme-btn, .main-menu, .mean-nav, .ert-footer,
.nav-dropdown__card, .nav-dropdown__intro {
    font-family: var(--ert-font-body) !important;
}
/* Card and utility headings stay readable at compact sizes. */
:is(.ert-tour-card, .destination-card-items, .nile-card, .nile-type-card,
    .feature-card-items, .tour-booking-card, .ert-footer, .home-discovery__form)
    :is(h2, h3, h4, h5, h6) {
    font-family: var(--ert-font-body) !important;
}
.section-title .sub-title,
.hero-content .sub-title {
    font-family: var(--ert-font-body) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .14em;
    text-transform: uppercase;
}
