@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #1e3a8a;--color-secondary: #3b82f6;--color-background: #f3f4f6;--color-text: #1f2937;--color-sidebar: #1f2937;--color-success: #10b981;--color-danger: #ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif!important;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}body{background-color:var(--color-background);color:var(--color-text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;min-height:100vh;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}
