/* CKEditor */
.ck-editor {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 16px;
}
.ck-editor h1,
.ck-editor h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #1c355e;
}
.ck-editor h2 {
  font-size: 24px;
}
.ck-editor h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
