body {
  -webkit-font-smoothing: antialiased;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  font-size: 1.0625rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-charcoal);
  line-height: 1.25;
}

h1 {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  margin: 2rem 0 0.75rem;
}

h3 {
  font-size: 1.1875rem;
  margin: 1.5rem 0 0.5rem;
}

h4 {
  font-size: 1.0625rem;
  margin: 1.25rem 0 0.5rem;
}

p {
  margin: 0 0 1rem;
  max-width: 65ch;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  max-width: 65ch;
}

li {
  margin-bottom: 0.35rem;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 0 0.5rem;
}

.lede {
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--color-gray-700);
  max-width: 52ch;
}

.muted {
  color: var(--color-gray-700);
  font-size: 0.9375rem;
}
