body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  background: var(--color-bg);
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--ink-900);
  letter-spacing: -0.01em;
}

h1 {
  font-size: var(--fs-xxl);
  font-weight: 600;
  line-height: 0.98;
}

h2 {
  font-size: var(--fs-xl);
  font-weight: 600;
  line-height: 1.05;
}

h3 {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-700);
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--color-cta);
  display: inline-block;
}

.lede {
  font-size: var(--fs-md);
  color: var(--ink-700);
  max-width: 56ch;
}

p.body-text {
  color: var(--ink-700);
  max-width: 62ch;
}

.text-serif-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
