:root {
  color-scheme: dark;
}

/* Pequenos ajustes visuais fora do Tailwind (CDN) */
html {
  scroll-behavior: smooth;
}

