html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #C8A97E;
    color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F9F8F6;
}

::-webkit-scrollbar-thumb {
    background: #EBE5D9;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C8A97E;
}

.lucide {
    stroke-width: 1.5;
}

.gsap-fade-up {
    opacity: 0;
    transform: translateY(30px);
}
