*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background-color:var(--bg,#faf8f1);-webkit-font-smoothing:antialiased}.dark body{color:#e0e0e0;background-color:#252524}a{color:inherit;text-decoration:none}a:hover{opacity:.7}img{max-width:100%;height:auto}.site-container{min-height:100vh;display:flex;flex-direction:column}.main-column{flex:1;min-width:0}main{max-width:48rem;margin:0 auto;padding:0 2rem 4rem}header{max-width:48rem;margin:0 auto;padding:0 2rem}.header-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 .5rem}.contact-nav{display:flex;align-items:center;flex-grow:1}.contact-icon{display:block;width:1.25rem;height:1.25rem;background-size:cover;background-position:50%;background-repeat:no-repeat;margin:0 .4rem}.dark .contact-icon{filter:invert(1)}.links-nav{display:flex;align-items:center}.links-nav a{margin:0 .4rem}.links-nav .sep{color:#aaa}.title-row{display:flex;align-items:center;padding:2rem 0 1rem}.site-title{font-size:1.5rem;font-weight:500}.btn-dark{width:1.5rem;height:1.5rem;margin-left:1rem;cursor:pointer;background:url(./theme.png)0/auto 1.5rem no-repeat;transition:background-position .4s steps(5);flex-shrink:0}.dark .btn-dark{background-position:100%}.page-section{padding:0;scroll-margin-top:2rem;margin:3rem 0}.page-section+.page-section{}#about img{margin-bottom:2rem}.dark .page-section+.page-section{border-top-color:rgba(255,255,255,.1)}.page-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:1rem}.page-section p{font-size:1.15rem;font-weight:400;margin-bottom:1.1rem;margin-top:1rem}main p{margin:1em 0}main ul,main ol{margin:1em 0;padding-left:1.5em}main li{margin:.25em 0}footer{max-width:48rem;margin:0 auto;display:flex;align-items:center;height:4.5rem;padding:0 2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}footer div{margin-right:auto}footer a{margin-left:1.5rem}@media(max-width:768px){}