/* Disable mobile zoom on the document root. Paired with public/touch-block.js
   which preventDefaults iOS gesture* events. Loaded as external CSS so the
   spectre-website CSP can drop 'unsafe-inline' from style-src in a future
   tightening pass. */
html, body {
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
