html {
  scroll-behavior: smooth;
}

.bg-local {
  background-attachment: local;
}

:target {
  scroll-margin-top: 8rem; /* matches md:h-24 on navbar */
}

.swipe-container {
    transition: transform 0.3s ease;
  }