/* Belder Website — global base styles.
   The site's document-level globals (smooth scroll + body reset), shared by every page.

   This file is also the project's root stylesheet entry point. The design-system bundle's
   loader probes for a sibling `styles.css` next to the page, so keeping the site globals
   here means that reference resolves to a real, purposeful file — not a 404, and not an
   empty stub kept around just to silence one. Page-level and component styles live in
   site.css / internal.css and the design system under _ds/. */
html { scroll-behavior: smooth; }
body { margin: 0; }
