.redactor {
  h1, h2, h3 {
    color: var(--color-primary);
  }

  h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  h2, h3 {
    font-size: 24px;
    margin: 25px 0 15px 0;

    &:first-child {
      margin-top: 0;
    }
  }

  ul {
    padding: revert;
    margin: revert;
    list-style-type: revert;

    p + & {
      margin-top: -15px;
    }
  }
}
