/* Additional global styles if needed */
html {
  scroll-behavior: smooth;
}

/* Ensure proper scrolling for anchor links */
section {
  scroll-margin-top: 100px;
}
