h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--serif);
  font-weight: 400;
  text-align: left;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.35rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1rem;
}

:where(h1, h2, h3, h4, h5, h6) em {
  color: var(--accent);
  font-style: italic;
}

:where(h1, h2, h3, h4, h5, h6) > .icon {
  margin-right: 0.4em;
  color: var(--accent);
}

/*# sourceMappingURL=heading.css.map */