/* Base Styling */
body {
    background-color: #050608;
    color: #A8ABB4; /* Default secondary text */
}

h1, h2, h3, h4, h5, h6 {
    color: #F2F3F5; /* Primary text for headings */
}

/* * Lenis Smooth Scrolling Reset 
 * Required for the scrolling engine to calculate heights properly
 */
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;
}