/* Small supplementary styles. Most styling is via Tailwind classes in templates. */
input, select, textarea, button {
  font-size: 16px; /* prevent iOS zoom-on-focus */
}
[x-cloak] { display: none !important; }
* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
body {
  -webkit-text-size-adjust: 100%;
}
