.editor-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Changa", sans-serif;
  margin-bottom: 44px;
}

.editor-content p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

/**
 * Some different things
 */
.koopman-editor {
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 17px;
  line-height: 35px;
  text-align: left;
  color: #282727;
  border: 1px solid rgba(0, 0, 0, 0);
}

.koopman-editor h2,
.koopman-editor h3,
.koopman-editor h4 {
  display: block;
  margin-bottom: 32px;
}

.koopman-editor ul,
.koopman-editor ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 17px;
  font-family: "Open Sans";
}

.koopman-editor ul {
  list-style: disc;
  margin-top: 10px;
}
.koopman-editor ol {
  list-style: decimal;
  margin-top: 10px;
  line-height: 2;
}

.koopman-editor li {
  font-size: 17px;
  margin-bottom: 0.5rem;
  line-height: 2;
}

.koopman-editor p {
  font-size: 17px;
  line-height: 2;
}

.koopman-editor p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.koopman-editor.text-white,
.koopman-editor.text-white p,
.koopman-editor.text-white li {
  color: #ffffff;
}
