/* ============================================================================
   SMOOTH SCROLL — Lenis CSS
   
   Vereiste CSS voor Lenis smooth scroll.
   Laad dit VOOR je andere stylesheets.
   ============================================================================ */

/* Basis Lenis vereisten */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
