/* Mobile-only typography overrides; loaded only on small screens via index.html link */
@media (max-width: 767px) {
  /* Increase REM baseline to scale all Tailwind text utilities */
  html { font-size: 22px; }
}
