@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:600}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:1rem}input,button{padding:.5rem;font-size:1rem}button{cursor:pointer;transition:background-color .2s}@media (max-width:640px){html{font-size:15px}.container{padding:.5rem}button{width:100%}}
