html[theme=dark]{--text-color:#c4c6c9;--text-color-reverse:#3c4858;--background-color:#252d38;--content-background-color:#1c222a;--subtitle-color:#c4c6c9;--scrollbar-color:#687582;--scrollbar-hover-color:#9da8b3;--footer-text-color:#d0d0d0;--btn-disabled-color:#6e6e6e}html[theme=dark] :global(.ant-btn-disabled),html[theme=dark] :global(:disabled){color:#6e6e6e}:root{--font-family:cursive;--font-size:14px;--text-color:#3c4858;--text-color-reverse:#c4c6c9;--background-color:#f8fafc;--content-background-color:#fff;--subtitle-color:#718096;--link-hover-color:#30a9de;--link-hover-color-another:#73d13d;--scrollbar-color:#c4c6c9;--scrollbar-hover-color:#a6a6a6;--footer-text-color:#586577b3;--btn-disabled-color:#00000040}body,html{background-color:#f8fafc;background-color:var(--background-color);color:#3c4858;color:var(--text-color);font-size:14px;font-size:var(--font-size);margin:0;padding:0;z-index:0}body *,html *{box-sizing:border-box;font-family:cursive!important;font-family:var(--font-family)!important}body ::-webkit-scrollbar,html ::-webkit-scrollbar{width:6px}body ::-webkit-scrollbar-track,html ::-webkit-scrollbar-track{border-radius:6px}body ::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-thumb{background-color:#c4c6c9;background-color:var(--scrollbar-color);border-radius:6px}body ::-webkit-scrollbar-thumb:hover,html ::-webkit-scrollbar-thumb:hover{background-color:#a6a6a6;background-color:var(--scrollbar-hover-color)}#root{height:100vh;transition:background 2s ease-in-out}#loading{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}#loading img{animation:rotation 1.2s linear infinite;width:200px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}