html {
  scroll-behavior: smooth;
  scroll-padding-top: 96pt;
}

[id] {
  scroll-margin-top: 96pt;
}

/* Add a slight transition if jumping between anchors */
:target {
  transition: all 0.3s ease-in-out;
}

section {
  will-change: transform;
}
