/* LIME typography — reference: live «Новый год 2027», 2026-09-26. */
body.theme {
  --lime-font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif;
  --lime-font-heading: 700;
  --lime-font-body: 400;
  --lime-font-action: 520;
  --lime-display-size: clamp(38px, 4.2vw, 64px);
  font-family: var(--lime-font-family) !important;
  font-weight: var(--lime-font-body);
}

/* Text and controls only: preserve icon fonts and the Bitrix admin panel. */
body.theme :is(.lg-header, .workarea, .footer, .mobile-menu, #orderModal),
body.theme :is(.lg-header, .workarea, .footer, .mobile-menu, #orderModal) :is(h1, h2, h3, h4, h5, h6, p, input, textarea, select, button) {
  font-family: var(--lime-font-family) !important;
}

body.theme .workarea :is(h1, h2, h3, h4, h5, h6):not(.lg-aaner__content-title) {
  font-weight: var(--lime-font-heading) !important;
}
body.theme .workarea :is(h1, h2, h3, h4, h5, h6) > a {
  font-weight: inherit;
}

/* Main banner titles share the reference scale and spacing. */
body.theme .workarea :is(.lime-hero__title, [id="home-v2-seasonal-title"], .home-articles-banner__title) {
  font-size: var(--lime-display-size) !important;
  line-height: 1 !important;
  letter-spacing: -.048em !important;
}
body.theme .workarea :is(.lime-hero__description, .home-v2__seasonal-copy p, .home-articles-banner__text) {
  font-size: clamp(16px, 1.45vw, 21px) !important;
  font-weight: var(--lime-font-body) !important;
  line-height: 1.35 !important;
}
body.theme .workarea .home-articles-banner__title {
  max-width: 100%;
}
body.theme .workarea :is(.lime-hero__cta, .home-v2__button, .home-articles-banner__button) {
  font-family: var(--lime-font-family) !important;
  font-weight: var(--lime-font-action) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

/* The article banner retains two columns on tablets. */
@media (min-width: 761px) and (max-width: 980px) {
  body.theme .workarea .home-articles-banner__title {
    font-size: clamp(30px, 3.9vw, 38px) !important;
  }
}

/* Smaller screens retain a readable scale within the narrower banner copy. */
@media (max-width: 760px) {
  body.theme .workarea :is(.lime-hero__title, .home-articles-banner__title) {
    font-size: clamp(30px, 8.4vw, 40px) !important;
    line-height: 1.1 !important;
  }
  body.theme .workarea #home-v2-seasonal-title {
    font-size: clamp(38px, 11vw, 52px) !important;
  }
  body.theme .workarea :is(.lime-hero__description, .home-v2__seasonal-copy p, .home-articles-banner__text) {
    font-size: 16px !important;
  }
  body.theme .workarea :is(.lime-hero__cta, .home-v2__button, .home-articles-banner__button) {
    font-size: 16px !important;
  }
}