html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: pan-x pan-y;
}

body {
  touch-action: pan-x pan-y;
}

a,
button,
label,
input,
select,
textarea,
[role="button"] {
  touch-action: manipulation;
}

@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
