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