.prose {
  h2 {
    margin-bottom: 2rem;
  }

  & > * + * {
    margin-block-end: 1.2rem;
  }
}

.text-container {
  max-width: var(--w-narrow);
}

h2 {
  font-size: var(--h2-size);
  font-family: var(--font-serif);
  font-weight: 500;
}

h3 {
  font-size: var(--h3-size);
  font-family: var(--font-serif);
  font-weight: 500;
}
