/* =========================================================================
   Хера 44 — sitewide typography: Montserrat (headings) + Roboto (body).
   Loaded on every page. Icon fonts (houzez-icon / fa / material) are NOT
   targeted, so glyphs are unaffected.
   ========================================================================= */

body,
p, a, li, td, th, dd, dt, label,
input, textarea, select, button, .btn,
.h44, .h44 p, .h44 li, .h44 a,
.post-excerpt-wrap p, .item-address, .item-amenities,
.listing-tabs, .breadcrumb, .footer-wrap, .agent-name, blockquote {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h44 h1, .h44 h2, .h44 h3, .h44 h4,
.h44-eyebrow, .h44-searchbox__title,
.page-title h1, .entry-title, .widget-title,
.item-title, .item-title a, .post-title-wrap h2, .blog-post-title,
.section-title-wrap, .elementor-heading-title {
  font-family: 'Montserrat', 'Roboto', -apple-system, sans-serif !important;
}

/* Blog / article titles: keep the author's own casing (no forced Caps/UPPERCASE) */
.post-title-wrap h1, .post-title-wrap h1 a,
.post-title-wrap h2, .post-title-wrap h2 a,
.blog-post-title, .blog-post-title a,
.entry-title, .entry-title a,
.page-title-wrap h1,
body.single-post .page-title-wrap h1, body.single-post .blog-title {
  text-transform: none !important;
}

/* ---- Single-property page: subtle modern polish on section headings ----- */
body.single-property .block-title-wrap h2,
body.single-property .h44-pblock h2{
  position:relative; padding-bottom:10px; color:#1d2b22 !important;
}
body.single-property .block-title-wrap h2::after,
body.single-property .h44-pblock h2::after{
  content:""; position:absolute; left:0; bottom:0; width:44px; height:3px; border-radius:3px;
  background:linear-gradient(120deg,#337C45,#78C720);
}
body.single-property .price-wrap .price,
body.single-property .item-price-wrap .price{ color:#337C45 !important; font-weight:800 !important; }
