/* Driftditto — shared narrow-viewport / touch baseline (loaded after page fonts) */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]),
select {
  max-width: 100%;
}
