/**
 * Ckeditor Styles
 */

p.text-large {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
}
p.text-small {
  font-size: 0.9rem;
}
p.text-colored {
  color: #1B7FBB;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
