*{box-sizing:border-box;margin:0;padding:0}:root{--color-background:#fff;--color-text:#000;transition:background-color .3s,color .3s}html,body{background-color:var(--color-background);width:100%;min-height:100vh;color:var(--color-text);font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#e8521a80}
