/* Site-wide heading typography — matches homepage booking_text (Jost-Bold, #c0c0c0) */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Jost-Bold", sans-serif !important;
  font-weight: 700 !important;
  color: #c0c0c0 !important;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
}

h2,
.h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem) !important;
}

h3,
.h3 {
  font-size: clamp(1.35rem, 3vw, 2rem) !important;
}

h4,
.h4 {
  font-size: clamp(1.2rem, 2.5vw, 1.75rem) !important;
}

h5,
.h5 {
  font-size: clamp(1.1rem, 2vw, 1.5rem) !important;
}

h6,
.h6 {
  font-size: clamp(1rem, 1.8vw, 1.25rem) !important;
}

/* Primary display heading — same look as homepage intro */
.booking_text {
  font-family: "Jost-Bold", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
  color: #c0c0c0 !important;
}

/* Keep decorative font classes from overriding headings */
h1.rusticjackRough,
h2.rusticjackRough,
h3.rusticjackRough,
h4.rusticjackRough,
h5.rusticjackRough,
h6.rusticjackRough,
h1.rusticjackRoughes,
h2.rusticjackRoughes,
h3.rusticjackRoughes,
h4.rusticjackRoughes,
h5.rusticjackRoughes,
h6.rusticjackRoughes,
.booking_text.rusticjackRough,
.rusticjackRough.booking_text {
  font-family: "Jost-Bold", sans-serif !important;
}

/* Premium page title classes */
.fm-section-title,
.dm-section-title,
.rm-section-title,
.ct-section-title,
.ct-hero-title,
.rm-hero-title,
.hn-section-title,
.gl-page-head h1,
.ev-page-head h1,
.fm-seo-copy h1,
.fm-seo-copy h2,
.fm-seo-copy h3,
.fm-seo-footer-copy h3,
.fm-menu-highlights-head h3,
.fm-highlight-card h4,
.fm-cta h2,
.dm-seo-copy h1,
.dm-seo-copy h2,
.dm-menu-heading h3,
.dm-seo-footer-copy h3,
.dm-highlight-card h4,
.dm-cta h2,
.rm-meta-card h4,
.rm-highlight-card h4,
.rm-facility-head h3,
.rm-policy-card h4,
.rm-cta h2,
.ct-contact-card h4,
.ct-quick-link h4,
.ct-cta h2,
.hn-pillar h4,
.hn-explore-card h4,
.hn-dual-content h3,
.hn-testimonial h5,
.hn-hours-block h4,
.hn-cta h2,
.fm-section-title.rusticjackRough,
.dm-section-title.rusticjackRough,
.rm-section-title.rusticjackRough,
.rm-hero-title.rusticjackRough,
.ct-section-title.rusticjackRough,
.hn-section-title.rusticjackRough {
  font-family: "Jost-Bold", sans-serif !important;
  color: #c0c0c0 !important;
}

/* Hero titles stay larger (h1 level) */
.hn-hero-title,
.rm-hero-title,
.ct-hero-title {
  font-family: "Jost-Bold", sans-serif !important;
  font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  color: #c0c0c0 !important;
}
