body,html{max-width:100vw;height:100%;width:100%;overflow:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-open-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.dark{--background:#000;--foreground:#fff;--accent:red}.light{--background:#fff;--foreground:#000;--accent:red}.red-dark{--background:red;--foreground:#fff;--accent:#fff}.red-light{--foreground:red;--background:#fff;--accent:#000}.green{--accent:#0f0}.blue{--accent:#00f}.orange{--accent:#ff8000}.yellow{--accent:#ff0}.black{--accent:#000}.white{--accent:#fff}.red{--accent:red}