/* Explain: Layout utilities and smooth scrolling behavior. - */
/* Minimal layout */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}