html{scroll-behavior:auto}body{top:0;left:0;margin:0;padding:0;max-width:100vw;width:100%;height:auto;background-color:#f8f7f0;font-family:source-code-pro,monospace;font-weight:400;font-style:normal;animation-duration:.1s;animation-timing-function:ease-in-out}body::-webkit-scrollbar{width:.2rem}body::-webkit-scrollbar-thumb{background-color:#3f322f}body.exit{animation-name:fadeOut}body.enter{animation-name:fadeIn}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}a,div,h1,h2,h3,li,p,span,ul{margin:0;padding:0;line-height:1.5;font-weight:400;color:#3f322f;text-align:left;text-decoration:none;list-style:none}a{color:inherit}h1{font-size:1.6em}@media screen and (min-width:768px){h1{font-size:2em}}h2{font-size:1.5rem}h3{font-size:1.4rem}@media screen and (min-width:768px){h3{font-size:1.3rem}}h4{font-size:1.3rem}@media screen and (min-width:768px){h4{font-size:1.1rem}}p{font-size:1.2rem}@media screen and (min-width:768px){p{font-size:1rem;line-height:1rem}}html.js .reveal{opacity:0;transform:translateY(1.5rem)}html.js .reveal.reveal-visible{opacity:1;transform:none;transition:opacity .45s cubic-bezier(.19,1,.22,1),transform .45s cubic-bezier(.19,1,.22,1)}.image-frame{position:relative}.image-frame,.image-frame>img{display:block}.image-loading{position:absolute;left:0;right:0;bottom:0;height:1px;overflow:hidden;background-color:rgba(63,50,47,.15)}.image-loading:after{content:"";position:absolute;top:0;bottom:0;left:0;width:35%;background-color:#3f322f;animation:image-loading-sweep 1s cubic-bezier(.65,0,.35,1) infinite}@keyframes image-loading-sweep{0%{transform:translateX(-100%)}to{transform:translateX(320%)}}@media(prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none;transition:none}.image-loading:after{animation:none;width:100%;opacity:.4}}