/* base.css */

@media (hover: none), (pointer: coarse) {
  :where(a, button, label, summary, [role="button"], [tabindex], input, select, textarea) {
    -webkit-tap-highlight-color: transparent;
  }

  :where(a, button, summary, [role="button"], [tabindex]):focus,
  :where(a, button, summary, [role="button"], [tabindex]):focus-visible,
  :where(a, button, summary, [role="button"], [tabindex]):active {
    outline: none !important;
  }
}
