@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:#ececf1;min-height:100vh;font-family:Inter,-apple-system,sans-serif}@media (max-width:480px){body{background:#f5f4fa;padding:0}}
