/*
 * app.css
 *
 * Custom styles and overrides that sit on top of Tailwind.
 * Keep this file minimal — prefer Tailwind utility classes in the templates.
 *
 * When moving to a production Tailwind build (tailwindcss CLI or Vite),
 * add the @tailwind directives here and remove the CDN <script> tags from layouts.
 */

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Prevent layout shift on scrollbar appearing */
html {
    overflow-y: scroll;
}
