/* App-like touch behavior while Work Easy still runs in the browser.
   `manipulation` disables double-tap zoom without blocking normal scrolling
   or pinch zoom accessibility. */
html,
body,
button,
input,
a,
video,
img,
dialog {
  touch-action: manipulation;
}
