/* Tailwind-only visual system.
   Keep this file for minimal global hooks required by Trunk/index.html. */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
