html,body{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;background-color:var(--bg);font-family:Segoe UI}*{box-sizing:inherent}:root{--bg: #121212;--text: #ffffff}[data-theme=dark]{--bg: #121212;--text: #ffffff}[data-theme=light]{--bg: #ffffff;--text: #1E1E1E}
