/* Remove tap highlight and text‐selection */
* {
  -webkit-tap-highlight-color: transparent !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-touch-callout: none !important;
}
a:focus, button:focus {
  outline: none !important;
}
