:root{--text-color:#080808;--link-color:#006dcc;--visited-link-color:#8552c6;--primary-background:#ffffff;--secondary-background:#f7f8fa;--tertiary-background:#f5f5f5}@media(prefers-color-scheme:dark){:root{--text-color:#bcbec4;--link-color:#548af7;--visited-link-color:#b189f5;--primary-background:#1e1f22;--secondary-background:#303033;--tertiary-background:#26272B}}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.2}body{font-family:euclid circular b,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif}code{font-family:monolisa,ui-monospace,Menlo,Monaco,cascadia mono,segoe ui mono,roboto mono,oxygen mono,ubuntu mono,source code pro,fira mono,droid sans mono,consolas,courier new,monospace;font-size:.875rem}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:1rem}h1,h2,h3{font-weight:500}body{background-color:var(--primary-background);color:var(--text-color)}header{position:sticky;top:0;z-index:2007;background-color:var(--secondary-background)}header nav{max-width:75ch;margin-left:auto;margin-right:auto;padding:.5rem 1.25rem}header ul{display:flex;flex-direction:row;justify-content:end;gap:.5rem;list-style:none}header li{padding:.2rem .5rem;transition:background 20ms ease-in}header li:hover{border-radius:.5rem;background-color:var(--tertiary-background)}header a{color:var(--text-color);text-decoration:none}main{max-width:75ch;margin-left:auto;margin-right:auto;margin-top:2.5rem;margin-bottom:2.5rem;padding-left:1.75rem;padding-right:1.75rem}main>:first-child{margin-top:0}main>:last-child{margin-bottom:0}h1{margin-bottom:.5rem}h2{margin-top:2rem;margin-bottom:1rem}h3{margin-top:1.6rem;margin-bottom:.6rem}p{margin-top:1rem;margin-bottom:1rem}a{color:var(--link-color);text-decoration:none}img{margin-left:auto;margin-right:auto}footer{max-width:75ch;margin-left:auto;margin-right:auto;padding-left:1.75rem;padding-right:1.75rem}footer p{margin-bottom:2.5rem;opacity:.5}article{padding:1rem;border-radius:.75rem;background-color:var(--tertiary-background);margin-bottom:1rem;text-overflow:ellipsis}article h2{margin-top:0}article p:last-of-type{margin-bottom:0}