:root{color-scheme:dark}.light{color-scheme:light}*{scrollbar-width:thin;scrollbar-color:hsl(240,6%,20%) rgba(0,0,0,0)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background-color:hsl(240,6%,20%);border-radius:9999px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar,html.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}html.hide-scrollbar::-webkit-scrollbar{display:none}.text-balance{text-wrap:balance}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .4s ease forwards}