/* HMADV readability guard.
 * src/index.css defines 12px (--fs-caption) as the absolute minimum for
 * readable UI copy. Historical arbitrary Tailwind utilities text-[9px] and
 * text-[10px] still exist in a few dense surfaces. Keep this intentionally
 * narrow: only those legacy sizes are normalized to the canonical floor.
 */
.text-\[9px\],
.text-\[10px\] {
  font-size: 0.75rem !important;
  line-height: 1rem;
}
