rich-text {
  line-height: 29px;
  font-size: 18px;
  font-family: "Avenir", "Montserrat", sans-serif;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    line-height: 1.375;
    font-family: "Montserrat", sans-serif;

    &:not(:last-child) {
      margin-bottom: 2.5rem;
    }
  }

  h1 {
    font-size: 3.813rem;
    font-weight: 700;
  }
  h2 {
    font-size: 3rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  h4 {
    font-size: 2rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: 600;

    &:not(:last-child) {
      margin-bottom: 0.5rem;
    }

    .bg-brand-lt-green & {
      color: var(--brand-green);
    }
  }

  p {
    &:not(:last-child) {
      margin-bottom: 1.5rem;
    }
  }

  a {
    text-decoration: underline;
  }

  ul {
    margin: 0;
    padding-left: 1.5rem;
    list-style-type: disc;

    &:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    li {
      margin-bottom: 0.5rem;
      font-family: "Avenir", "Montserrat", sans-serif;
    }
  }

  ol {
    margin: 0;
    padding-left: 1.5rem;
    list-style-type: decimal;

    &:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    li {
      margin-bottom: 0.5rem;
      font-family: "Avenir", "Montserrat", sans-serif;

      ol {
        list-style-type: lower-alpha;
      }
    }
  }
}
