/* Disable accidental double-tap page zoom without blocking scrolling or pinch zoom.
 * Apply only to the root: measurement canvases keep their own touch-action rules.
 */
html {
  touch-action: manipulation;
}
