/**
 * Redactor styles.
 */
.redactor-dropdown-format .redactor-dropdown-item-heading-2 {
  font-size: 24px;
  font-weight: bold;
}

.redactor-dropdown-format .redactor-dropdown-item-heading-3 {
  font-size: 20px;
  font-weight: bold;
}

.redactor-dropdown-format .redactor-dropdown-item-heading-4 {
  font-size: 16px;
  font-weight: bold;
}

.redactor-dropdown-format .redactor-dropdown-item-text-intro,
.redactor-styles p.intro {
  color: #000;
}

.redactor-dropdown-format .redactor-dropdown-item-text-normal,
.redactor-styles p {
  color: #666;
}
