html {
  font-family: var(--font-primary);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  font-family: inherit;
  font-synthesis: none;
}

body {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--color-black);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* ── Shared section typography ── */
.hs-section-eyebrow,
.testimonials-section__eyebrow,
.reviews-section__eyebrow,
.gifts-section__eyebrow,
.value-section__eyebrow,
.book-pitch__eyebrow {
  margin: 0 auto var(--space-2);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-red-cta);
  letter-spacing: 0.01em;
}

.hs-section-title,
.section-heading {
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: var(--section-block-gap);
}

.hs-text-accent {
  color: var(--color-red-cta);
  font-weight: inherit;
}

.section-body-text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--prose-line-height);
  color: var(--color-dark-gray);
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: var(--section-block-gap);
}

.section-body-text:last-child,
.section-heading:last-child {
  margin-bottom: 0;
}

.section-heading-red {
  color: var(--color-red-cta);
}

.section-heading-black {
  color: var(--color-black);
}
