@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";#root{box-sizing:border-box;flex-direction:column;width:100vw;max-width:100%;min-height:100vh;margin:0 auto;display:flex}body{-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
