.scroll-smooth{scroll-behavior:smooth}.scroll-auto{scroll-behavior:auto!important}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:4px}:root{--scrollbar-thumb:rgba(0,0,0,.2);--scrollbar-track:rgba(0,0,0,.05)}[data-theme=dark]{--scrollbar-thumb:hsla(0,0%,100%,.2);--scrollbar-track:hsla(0,0%,100%,.05)}