/* Enable text selection broadly, including mobile WebKit */
html, body, * {
  -webkit-user-select: text;
  user-select: text;
}
