:root{--background-primary:#eeeeee;--text-primary:#313036}@media (prefers-color-scheme:dark){:root{--background-primary:#111315;--text-primary:#f2f4f6}}*{box-sizing:border-box}body,html{overflow-x:hidden;max-width:100%}button{font:inherit}body{margin:0;background:var(--background-primary);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif}