/* spoor orient.css v20 — production helpers */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img, video, svg, table, canvas {
  max-width: 100%;
}
@supports (height: 100dvh) {
  html { min-height: 100dvh; }
}
