/**
 * Font size styles for CKEditor 5.
 */

/* Default font size classes from CKEditor 5 Plugin Pack */
.text-tiny {
  font-size: 0.7em !important;
}

.text-small {
  font-size: 0.85em !important;
}

.text-default {
  font-size: 1em !important;
}

.text-big {
  font-size: 1.4em !important;
}

.text-huge {
  font-size: 1.8em !important;
}

/* Custom pixel-based font sizes */
.text-size-12 {
  font-size: 12px !important;
}

.text-size-14 {
  font-size: 14px !important;
}

.text-size-16 {
  font-size: 16px !important;
}

.text-size-18 {
  font-size: 18px !important;
}

.text-size-20 {
  font-size: 20px !important;
}

.text-size-24 {
  font-size: 24px !important;
}

.text-size-28 {
  font-size: 28px !important;
}

.text-size-32 {
  font-size: 32px !important;
}

.text-size-36 {
  font-size: 36px !important;
}

.text-size-48 {
  font-size: 48px !important;
}

.text-size-72 {
  font-size: 72px !important;
}
