html {
  scroll-behavior: smooth;
}

/* Add extra spacing above anchor targets */
[id] {
  scroll-margin-top: 80px; /* Adjust this value to create a visual buffer */
}
