/* Content deterrence only; delivered browser assets cannot be made unextractable. */
html body, html body * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
html body input, html body textarea, html body [contenteditable="true"],
html body [contenteditable="true"] *, html body [data-content-copy-allowed],
html body [data-content-copy-allowed] * {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}
html body img, html body picture, html body svg, html body canvas {
  -webkit-user-drag: none;
}
