@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:rgba(124,92,252,.2)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}button{cursor:pointer}button:hover{filter:brightness(.96)}a{text-decoration:none;color:inherit}input::placeholder,textarea::placeholder{color:#9ca3af}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}