/*
 * This stylesheet intentionally left minimal. Originally the site relied on a bundled
 * `index.css` file for component styling, but the rebuild uses Tailwind via CDN
 * and inline styles instead. We provide this file only to avoid 404 errors for
 * `<link rel="stylesheet" href="/index.css">` declarations in older pages. If
 * necessary, you can add any global overrides here.
 */

/* Example: set smooth scrolling and default font family */
html {
  scroll-behavior: smooth;
  font-family: sans-serif;
}