/* Disable double-tap zoom; keep pinch-zoom where the OS allows */
html,
body {
  touch-action: manipulation;
}
button,
a,
input,
select,
textarea,
label {
  touch-action: manipulation;
}