@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Raleway:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,textarea{font-family:Roboto,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif;font-weight:600}body{background:#f5f5f5;color:#222;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Roboto,system-ui,sans-serif}#root{height:100%;display:flex;flex-direction:column}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 28px #0000000f}.fade-in{animation:fade-in .4s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
