.ashby-job-posting-description {
  & ul {
    margin: var(--spacingNormal) 0 var(--spacingNormal) var(--spacingLarge);
  }

  & h1, & h2, & h3 {
    font-weight: var(--fontWeightMediumBold);
  }

  /* Don't use h1, it's for the job title */
  & h1 {
    color: red;
    font-size: var(--fontSizeXxlarge);
  }
  & h2 {
    font-size: var(--fontSizeXlarge);
  }
  & h3 {
    font-size: var(--fontSizeLarge);
  }
}