/**
 * Ckeditor styles
 */

.text-primary-color {
  color: var(--color-primary-dark);
}
.subtitle {
  color: var(--color-primary-dark);
  font-size: var(--title-m);
  font-weight: 300;
  line-height: normal;
}
.subtitle-underline {
  color: var(--color-primary-dark);
  font-size: var(--title-m);
  font-weight: 300;
  line-height: normal;
  padding-bottom: 0.6rem;
  display: block;
  border-bottom: 1px solid #D3D7E7;
}
.title-xxl,
.title-xl,
.title-l,
.title-m,
.title-s {
  line-height: normal;
}
.title-xxl {
  font-size: var(--title-xxl);
}
.title-xl {
  font-size: var(--title-xl);
}
.title-l {
  font-size: var(--title-l);
}
.title-m {
  font-size: var(--title-m);
}
.title-s {
  font-size: var(--title-s);
}
.text-s {
  font-size: var(--text-s);
}
