/* Rich Text */

.redactor-dropdown-item-t-medium {
  font-size: 110%;
  font-family: serif;
}

.redactor-styles .t-medium {
  font-size: 110%;
  line-height: 1.2;
  font-family: serif;
}

.redactor-dropdown-item-t-large {
  font-size: 130%;
  font-family: serif;
}

.redactor-styles .t-large {
  font-size: 130%;
  line-height: 1.2;
  font-family: serif;
}

