:root{--background:#f8fbff;--foreground:#171717;--theme-color:white;--sub-color:#f0f0f0;--header-height:60px}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body ul{padding-left:2rem}html{font-size:16px}@media(max-width:48em){html{font-size:12px}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}