@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;overflow-y:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background-color:#F5F5F0;color:#1C1C1E}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#F5F5F0}::-webkit-scrollbar-thumb{background:#8E8E93;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6E6E73}