.editor > div {
  min-height: 15rem;
  margin: 0;
  padding: 0.5rem;
}
.editor > div > * + * {
  margin: 0.75rem 0;
}
.editor ul {
  list-style: disc;
  list-style-position: inside;
}
.editor ol {
  list-style: decimal;
  list-style-position: inside;
}

.editor li > p {
  margin: 0;
  display: inline;
}

.editor h1 {
  font-weight: semibold;
  font-size: 3rem;
  line-height: 1.25;
}
.editor h2 {
  font-weight: display;
  font-size: 2rem;
  line-height: 1.25;
}
.editor h3 {
  font-weight: semibold;
  font-size: 1.5rem;
  line-height: 1.25;
}
.editor h4 {
  font-weight: medium;
  line-height: 1.35;
}
.editor hr {
  margin: 2rem 0;
}
