/**
 * @file
 * expand ckeditor5 styles from admin theme.
 */

.paragraph--type--text > .text-formatted,
.cke-editor__editable {
  & h2,
  & .like_h2 {
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 1.3;
  }
  & h3,
  & .like_h3 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
