.prose {
  > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-family: var(--font-sans);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  h2 {
    font-size: var(--text-small);
  }
  ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }
  li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
}
