@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;900&display=swap');

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Hide scrollbar for horizontal sections if needed */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    background-color: #000;
}

/* Smooth selection color */
::selection {
    background: #D9232A; /* FISK Red */
    color: white;
}

/* Navigation Text Color Change on Scroll */
/* We will handle this with JS if needed, but for now fixed style is OK */
