@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--theme-bg,#06090f);color:var(--theme-t1,#f1f5f9);transition:background-color .3s,color .3s}#__next{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-border,#1e293b);border-radius:3px}.ant-layout{background-color:transparent}button{font-family:inherit}@media (max-width:768px){body{font-size:14px}}