@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{background:#f4f5f7;font-family:Inter,-apple-system,system-ui,sans-serif;color:#191920;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ddd;border-radius:8px;border:2px solid #f4f5f7}