/* LORNE & EILEA typography system — Gotham-led geometric sans throughout. */
:root {
  --le-type-display: Gotham, "Helvetica Neue", Arial, Helvetica, sans-serif;
  --le-type-body: Gotham, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body.wp-theme-lorne-eilea-clone-theme {
  --le-ui: var(--le-type-body);
  font-family: var(--le-type-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

body main,
body main :is(h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea, label, table),
body .le-header,
body .le-footer,
body .wc-block-mini-cart__drawer {
  font-family: var(--le-type-body) !important;
}

body .le-search summary,
body .le-account {
  font-family: var(--le-type-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .01em;
}

body .le-nav a,
body .le-footer nav a {
  font-family: var(--le-type-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .005em;
}

body .le-hero h1,
body .le-collection-heading :is(h1, h2),
body main:not(.le-home) > .wp-block-post-title,
body .le-policy h1,
body .le-policy h2 {
  font-family: var(--le-type-display) !important;
  font-weight: 700 !important;
  text-wrap: balance;
}

body .le-hero h1 {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -.025em;
}

body .le-hero-copy .le-hero-intro {
  font-family: var(--le-type-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

body .le-hero .le-cta {
  min-height: 48px;
  font-family: var(--le-type-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .045em;
}

body .le-collection-heading :is(h1, h2) {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -.02em;
}

body main:not(.le-home) > .wp-block-post-title,
body .le-policy h1 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -.02em;
}

body .le-policy h2 {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -.015em;
}

body main .wp-block-woocommerce-product-collection .wp-block-post-title,
body .le-products .wp-block-post-title {
  font-family: var(--le-type-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
}

body main .wp-block-woocommerce-product-collection .wc-block-components-product-price,
body .le-products .wc-block-components-product-price {
  font-family: var(--le-type-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  font-variant-numeric: tabular-nums;
}

body main .wp-block-woocommerce-product-collection .wp-block-button__link,
body .le-products .wp-block-button__link {
  font-family: var(--le-type-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

body .le-footer-brand p {
  font-family: var(--le-type-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

body .le-footer-bottom,
body .le-footer-bottom p {
  font-family: var(--le-type-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 899px) {
  body .le-hero h1 {
    font-size: 36px;
    line-height: 45px;
  }

  body .le-collection-heading :is(h1, h2) {
    font-size: 29px;
    line-height: 38px;
  }

  body main:not(.le-home) > .wp-block-post-title,
  body .le-policy h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  body.wp-theme-lorne-eilea-clone-theme {
    font-size: 15px;
    line-height: 24px;
  }

  body .le-hero h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.02em;
  }

  body .le-hero-copy .le-hero-intro {
    font-size: 15px;
    line-height: 24px;
  }

  body .le-collection-heading :is(h1, h2) {
    font-size: 27px;
    line-height: 35px;
  }

  body main:not(.le-home) > .wp-block-post-title,
  body .le-policy h1 {
    font-size: 32px;
    line-height: 41px;
  }

  body .le-policy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  body main .wp-block-woocommerce-product-collection .wp-block-post-title,
  body .le-products .wp-block-post-title {
    font-size: 13px !important;
    line-height: 19px !important;
  }
}

