/**
 * Shared Huaraz Treks shortcode typography contract.
 *
 * Font files remain owned/loaded by the active site. These rules consume the
 * global --ht-font-heading / --ht-font-body variables and intentionally win
 * over Elementor widget typography without touching icon-font elements.
 */
:where(
  .ht-tour-information,
  .ht-tour-pricing,
  .ht-tour-price,
  .ht-tour-facts,
  .ht-tour-gallery,
  .ht-tour-included__grid,
  .ht-tour-excluded__grid,
  .ht-tour-bring__grid,
  .ht-tour-pickup-dropoff,
  .ht-tour-itinerary__list,
  .ht-related-tours,
  .ht-trek-bridge,
  .featured-treks,
  .departure-stack,
  .ht-departures-schedule,
  .ht-reviews-island,
  .ht-site-certifications,
  .ht-departure-booking-link,
  .ht-review-source-link,
  .ht-site-phone-link
) {
  font-family: var(--ht-font-body, "Space Grotesk", sans-serif) !important;
}

:where(
  .ht-tour-information,
  .ht-tour-pricing,
  .ht-tour-price,
  .ht-tour-facts,
  .ht-tour-gallery,
  .ht-tour-included__grid,
  .ht-tour-excluded__grid,
  .ht-tour-bring__grid,
  .ht-tour-pickup-dropoff,
  .ht-tour-itinerary__list,
  .ht-related-tours,
  .ht-trek-bridge,
  .featured-treks,
  .departure-stack,
  .ht-departures-schedule,
  .ht-reviews-island,
  .ht-site-certifications
) :where(p, a, button, li, dt, dd, td, th, small, strong, em, blockquote, label, caption, time, span:not([class*="icon"])) {
  font-family: var(--ht-font-body, "Space Grotesk", sans-serif) !important;
}

:where(
  .ht-tour-information,
  .ht-tour-pricing,
  .ht-tour-price,
  .ht-tour-facts,
  .ht-tour-gallery,
  .ht-tour-included__grid,
  .ht-tour-excluded__grid,
  .ht-tour-bring__grid,
  .ht-tour-pickup-dropoff,
  .ht-tour-itinerary__list,
  .ht-related-tours,
  .ht-trek-bridge,
  .featured-treks,
  .departure-stack,
  .ht-departures-schedule,
  .ht-reviews-island,
  .ht-site-certifications
) :where(h1, h2, h3, h4, h5, h6, [class$="__title"], [class*="__title "]) {
  font-family: var(--ht-font-heading, "Manrope", sans-serif) !important;
}

/* Keep emphasis nested inside a heading on the heading face too. */
:where(
  .ht-tour-information,
  .ht-related-tours,
  .ht-trek-bridge,
  .featured-treks,
  .departure-stack,
  .ht-departures-schedule,
  .ht-reviews-island
) :where(h1, h2, h3, h4, h5, h6, [class$="__title"], [class*="__title "]) :where(span, strong, em),
.ht-tour-price__amount {
  font-family: var(--ht-font-heading, "Manrope", sans-serif) !important;
}
