/* Custom styles that extend Tailwind CSS */
/* We use Tailwind CDN in this setup, so most styling is done via classes */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Offset for fixed navbar */
}


