/* Small supplemental styles beyond Tailwind CDN utilities */

html, body {
  overflow-x: hidden;
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-spacing: 0;
}
