/* Discourage casual copying while retaining native form editing and tool output. */
body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img {
  -webkit-user-drag: none;
}

input,
textarea,
select,
[contenteditable]:not([contenteditable="false"]),
[contenteditable]:not([contenteditable="false"]) *,
#generated-name,
#generated-name * {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
