@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--font-family: "Poppins", sans-serif;--color-background: hsl(0, 0%, 3%);--color-background-soft: hsl(0, 0%, 5%);--color-background-mute: hsl(0, 0%, 13%);--color-border: hsla(0, 0%, 33%, .65);--color-border-hover: hsla(0, 0%, 33%, .65);--color-heading: hsl(30, 50%, 98%);--color-text: hsla(0, 0%, 92%, .9);--color-discord: hsl(210, 100%, 50%)}body{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:1.5;color:var(--color-text);background-color:var(--color-background);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden;user-select:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none}body::-webkit-scrollbar{width:0!important}.animate-enter{opacity:0;animation:enter .5s ease forwards;animation-delay:calc(var(--stagger) * .2s)}@keyframes enter{0%{opacity:0;transform:translateY(100px) scale(.8) rotateX(45deg) perspective(1000px)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0) perspective(1000px)}}
