/* Custom styles to supplement Tailwind */
body {
    scroll-behavior: smooth;
}

/* Example of a custom utility if needed, though Tailwind covers most */
.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
