/* Base styles that Tailwind doesn't handle natively without plugins */
.text-shadow-sm {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Smooth scrolling behavior handled via Tailwind class, but adding any custom utilities here */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
