.static {
  max-width: var(--container-width);
  padding: 1rem 0.5rem;
  margin-left: auto;
  margin-right: auto;

  & h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.875rem; line-height: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--gray-800);

    & + p {
      margin-bottom: 1.5rem;
      font-size: 1.5rem;
      line-height: 1.75;
      font-weight: 300;
      color: var(--gray-500);

      & strong {
        font-weight: 500;
      }
    }
  }

  & h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem; line-height: 2rem;
    font-weight: 600;
    color: var(--gray-800);
  }

  & h3 {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem; line-height: 1.75rem;
    font-weight: 500;
    color: var(--gray-800);
  }

  & p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--gray-950);
  }

  & ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
    color: var(--gray-950);
  }

  & li {
    margin-bottom: 0.5rem;
  }
}
