section[id],
[data-section-id]{
  scroll-margin-top: var(--header-height, 80px);
}

html{
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
}
