/* Prevent accidental double-tap zoom without disabling pinch-to-zoom. */
html {
    touch-action: manipulation;
}
