/* CKEditor */
.ck-editor {
  font-family: 'Cabin';
  letter-spacing: 0.5px;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
}
.ck-editor h1 {
  color: #e27c00;
  font-size: 2em;
  border-left: 5px solid #e27c00;
  padding-left: 15px;
  padding-top: 9px;
}
.ck-editor h1,
.ck-editor h2 {
  font-family: 'Alegreya Sans';
}
