:root {
    --menu-height: 70px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--menu-height);
}