/* Added as a lightweight local file to satisfy index.html reference.
   Your existing page already contains most styling inline. */
:root{
  --font-sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
html{ scroll-behavior:smooth; }
body{ font-family: var(--font-sans); }

/* Ensure images scale nicely on small screens */
img{ max-width:100%; height:auto; }
