/* Custom keyframes if needed, though Tailwind handles most */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

body {
    -webkit-tap-highlight-color: transparent;
}
