:root{--black:#202028;--grey:#5e6d7a;--white:#f8f8f8;--dark-blue:#005b96;--mid-blue:#007bb9;--light-blue:#00a5e6}.muted{color:var(--grey)}html{color:var(--black);font-family:'Nunito Sans',sans-serif}body{display:flex;flex-direction:column;box-sizing:border-box;max-width:65em;margin:auto;padding:1em;line-height:175%;min-height:100vh}a{color:var(--light-blue)}h1,h2,h3,h4,h5{font-weight:600}pre{background-color:var(--black);color:var(--white);padding:1em;border-radius:0.5em;line-height:175%;overflow:scroll}code{font-family:'Roboto Mono',monospace;font-size:0.95em}.nav-item{color:inherit;text-decoration:none}.nav-item:hover{margin-top:2px;border-bottom:solid 2px var(--light-blue)}ul{padding-left:2em}#contents{width:15vw}hr{border-top:1px solid var(--grey);border-bottom:none}