/*
 * Site-wide heading/nav/button typeface: Montserrat (replacing Poppins).
 * Body copy stays on Inter, which is already correctly applied everywhere,
 * so it is intentionally left untouched here. Icon elements (Font Awesome
 * <i> tags, .elementor-icon-list-icon) are deliberately excluded from every
 * selector below so glyphs never get swapped to a text font by mistake.
 */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-button,
.elementor-button .elementor-button-text,
button,
input[type="submit"],
input[type="button"],
.trinite-submit,
.trinite-whatsapp-enquire,
.trinite-request-price,
.woocommerce .button,
.woocommerce-Price-amount,
#trinite-nav-wrap ul.menu a,
.site-navigation a,
.site-navigation-dropdown a,
.elementor-icon-list-item .elementor-icon-list-text {
	font-family: 'Montserrat', sans-serif !important;
}
