@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Mono:wght@300;400;500&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";html,body{color:#fff;scroll-behavior:smooth;background-color:#000;margin:0;padding:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}*{box-sizing:border-box}#root{flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}@keyframes wiggle{0%,to{transform:rotate(0)}10%,30%,50%,70%{transform:rotate(-4deg)}20%,40%,60%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}90%{transform:rotate(2deg)}}.vibrate-active{animation:1.5s ease-in-out wiggle}
