html {
    scroll-behavior: smooth;
}

[tabindex="-1"]:focus {
    outline: none;
}

/* Keep anchored section headings visible below fixed header */
#section-render-root [id] {
    scroll-margin-top: 6.5rem;
}
