@font-face{font-family:"Berkeley Mono";font-style:normal;font-weight:400;font-display:block;src:url(/c246e9f07c25d3e0aa06eaaf94891a3d01999317/c9885/fonts/berkeleymono-regular.woff2) format("woff2"),url(/55130c61e58949534d53c16c24d3dc361c87f437/8a02c/fonts/berkeleymono-regular.woff) format("woff")}:root{--black:#231f20;--white:#ffffff;--container-width:900px;--header-footer-gap:1ch}*{margin:0;padding:0;box-sizing:border-box;font-size:1rem;font-weight:400;color:var(--black);text-transform:lowercase}html{font-family:"Berkeley Mono",monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.3px;line-height:1.5}body{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:3rem;gap:6rem}header,header nav{display:flex;gap:var(--header-footer-gap)}header nav .current-page{text-decoration:underline}header nav:hover .current-page:not(:hover){text-decoration:none}nav.right-nav{display:flex;justify-content:end;flex-grow:1}main{flex-grow:1;width:var(--container-width);max-width:100%;display:flex;flex-direction:column;gap:2rem}main.index{justify-content:center}ol{list-style:none;display:flex;flex-direction:column;gap:1rem}ol.toc li{display:flex;flex-direction:column}footer{display:flex}nav.links{display:flex;flex-wrap:wrap;gap:var(--header-footer-gap)}a{text-decoration:none;text-decoration-thickness:1.5px}a:focus,a:hover{text-decoration:underline;outline:0}@media (max-width:450px){footer{column-gap:1rem}}