:root{--background:#ffffff;--foreground:#000000a6}@media(prefers-color-scheme:dark){:root{--background:#1f2023;--foreground:#ededed}span{color:#ededed}}body,html{max-width:100vw;overflow-x:hidden;height:100%;margin:0;padding:0}body{color:var(--foreground);background:var(--background);font-family:BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,p{font-size:14px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}button>span{font-size:16px}