@tailwind base;
@tailwind components;
@tailwind utilities;

/* NUCLEAR OPTION: Kill all tap highlights globally */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

button,
a,
input,
svg,
path,
circle {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
}