:root .redactor-dropdown .redactor-dropdown-item-heading-1,
:root .redactor-styles .ts-label-m {
  font-family: monospace;
  font-size: 16px;
  font-weight: normal;
}

:root .redactor-dropdown .redactor-dropdown-item-larger-text,
:root .redactor-styles .ts-body-xl {
  font-size: 35px;
  line-height: 1.2;
}
:root .redactor-dropdown .redactor-dropdown-item-large-text,
:root .redactor-styles .ts-body-l {
  font-size: 24px;
  line-height: 1.2;
}

:root .redactor-dropdown .redactor-dropdown-item-small-text,
:root .redactor-styles p:not(.ts-body-l, .ts-body-xl) {
  font-size: 14px;
}
:root .redactor-dropdown .redactor-dropdown-item-xsmall-text,
:root .redactor-styles p:not(.ts-body-l, .ts-body-xl) {
  font-size: 12px;
}
