
  html {
    scroll-behavior: smooth;
  }

  /* Removed scroll-snap-align to prevent interference with anchor navigation */

  /* (unused) h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.04em;
  }*/

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .animate-bounce.svelte-1uha8ag {
      animation: none;
    }
  }
