:root{--white:#fffffa;--black:#333;--gray:#585858}*{box-sizing:border-box}html{background-color:var(--white);color:var(--black);font-family:Georgia,Times,serif;font-size:1rem}@media screen and (min-width:800px){html{font-size:1.325rem}}h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif}body{line-height:1.6}html,body{margin:0}time{color:var(--gray)}h1,p,figure,pre,blockquote{margin:0 0 1rem}blockquote{padding:0 1rem;color:var(--gray);font-style:italic}a{border-bottom:1px solid currentColor;color:currentColor;text-decoration:none}a:hover{border-bottom-color:currentColor;color:var(--gray)}h1{font-size:1.875rem;line-height:normal}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}article{display:block}.container{width:100%;max-width:38rem;margin:0 auto;padding:.5rem}.front-header h2{font-size:1rem;font-weight:400;line-height:normal;margin-top:-1rem;margin-bottom:2rem;color:var(--gray)}.site-nav,.site-header{margin-bottom:2rem}.site-nav a::before{content:'\2190';// left arrow margin-right:.25rem}.posts ol{margin-top:2rem;margin-left:0;padding-left:0;list-style:none}.posts li{margin-left:0;margin-bottom:.25rem}.posts li a{line-height:1.8}.post h1{margin-top:5rem}.post .post-date{display:block;margin:-1rem 0 1rem 0}.post-footer{border-top:1px solid var(--gray);padding-top:1rem}