:root{--background:#fff;--foreground:#171717;--White:#fff}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:#6b6f76;background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.markdown-content{h1{font-size:2em}h1,h2{margin-bottom:.5em}h2{font-size:1.5em}h3{font-size:1.2em;margin-bottom:.5em}ol,p,ul{margin-bottom:1em}ol,ul{padding-left:2em;list-style:disc}li{margin-bottom:.5em}blockquote{border-left:4px solid #ccc;margin-bottom:1em;padding-left:1em}}