*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,body :not([class*=rotate]):not([style*=animation]){transition:background-color .8s ease-in-out,color .8s ease-in-out,border-color .8s ease-in-out!important}body.animating-to-light{background-color:#dcdcdc}body.animating-to-dark{background-color:#0d0d0d}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{opacity:0;animation:.7s forwards fadeUp}.animate-fade-in{opacity:0;animation:.7s forwards fadeIn}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#00d4aa;border-radius:3px}
