@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--color-primary-main:#8b5cf6;--color-primary-light:#a78bfa;--color-primary-dark:#7c3aed;--color-background-default:#0f0b1a;--color-background-paper:#1a1425;--color-background-elevated:#241d30;--color-text-primary:#fff;--color-text-secondary:hsla(0,0%,100%,.7);--color-divider:rgba(139,92,246,.15);--color-selection:rgba(139,92,246,.3);--color-scrollbar-thumb:#3a3a3a}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#0f0b1a;background-color:var(--color-background-default)}body,html{height:100%;overflow:hidden;overscroll-behavior:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0b1a;background-color:var(--color-background-default);color:#fff;color:var(--color-text-primary);font-family:Inter,Roboto,Helvetica,Arial,sans-serif}#root{display:flex;flex-direction:column;height:100%;overflow:hidden}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1a1425;background:var(--color-background-paper)}::-webkit-scrollbar-thumb{background:#3a3a3a;background:var(--color-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8b5cf6;background:var(--color-primary-main)}::selection{background:rgba(139,92,246,.3);background:var(--color-selection);color:#fff;color:var(--color-text-primary)}
/*# sourceMappingURL=main.dc98e06f.css.map*/