/**
 * Profession fonts for tenant themes 1–22.
 * Only font-family is overridden — font sizes stay unchanged.
 */
body,
body.sc-theme-body,
p, span, li, label, input, textarea, select, button,
.template-btn, .main-btn, .sc-btn, .sc-nav, .sc-nav a,
.sc-nav-login, .sc-nav-cta, .sc-footer, .sc-card, .sc-card p,
.primary-menu, .nav-menu, .navbar-nav, .navigation-wrapper,
.template-header, .offcanvas, .dropdown-menu,
.form_control, .input-field, .sc-contact-form, .sc-submit {
    font-family: var(--theme-font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.title, .page-title h1, .hero-content h1, .banner-content h1,
.common-heading h2, .common-heading .title, .section-heading h2,
.section-title h2, .sc-hero h1, .sc-section-title h2,
.sc-card h3, .sc-card h4, .sc-page-hero h1, .sc-brand span {
    font-family: var(--theme-font-heading) !important;
}

.sc-hero-t14-greeting,
.sc-hero-t16-monogram,
.sc-hero-t17-role,
.sc-hero-t18-firm,
.sc-hero-t19-kicker,
.sc-hero-t21-label,
.sc-hero-t22-brand span,
.sc-section-title span,
.sc-hero-t20-spine {
    font-family: var(--theme-font-body) !important;
}
