*,body{box-sizing:border-box;margin:0;padding:0;text-decoration:none}*,body,html{scroll-behavior:smooth}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.3);border-radius:10px;transition:background-color .2s ease-in-out}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.5)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground)/.3) rgba(0,0,0,0)}