:root {
  --ch-minimum-text-size: 14px;
}

/* Applied by font-floor.js only when rendered text would otherwise be smaller. */
.ch-font-floor {
  font-size: var(--ch-minimum-text-size) !important;
}
