/* Small overrides on top of the Tailwind CDN utility classes in index.html */

:root {
  --accent: #fbbf24; /* amber-400, matches Tailwind classes used inline */
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}
