@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;background-color:#f0f0f5;font-family:Inter,sans-serif;color:#001d3d;-webkit-font-smoothing:antialiased}#app{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f5}::-webkit-scrollbar-thumb{background:#001d3d;border-radius:4px}
