/**
 * QuickWash web-auth-handler — shared mobile baseline.
 * Served at /shared-mobile.css when deployed from this folder.
 */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
