/*
 * Shared content styles for CKEditor 5 and the front-end.
 *
 * These class names are generated by CKEditor 5's default font size feature.
 */

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

/*
 * Keep editorial headings aligned like CKEditor content instead of the
 * theme-wide centered heading styles.
 */

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6,
.field--name-body h1,
.field--name-body h2,
.field--name-body h3,
.field--name-body h4,
.field--name-body h5,
.field--name-body h6 {
  text-align: start;
}
