/* Жёсткая фиксация масштаба — без pinch и double-tap zoom */
html {
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  touch-action: manipulation;
  overscroll-behavior: none;
}

button,
a,
select,
input,
textarea,
label {
  touch-action: manipulation;
}
