* {
  touch-action: manipulation;
  user-select: none;
}
*:not(input):not(textarea):not(select) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
*:focus {
  outline: none;
}
@media (display-mode: standalone) {
  html,
  body {
    overscroll-behavior: none;
  }
}
body {
  overflow-anchor: none;
  overscroll-behavior: contain;
}
