@import '/fonts/athauss/stylesheet.css';:root{--font-sans:'AT Hauss', sans-serif;--weight-base:350;--weight-bold:600;--bg:#fffcf0;--text:#100f0f;--text-muted:color-mix(in srgb, var(--text) 60%, var(--bg));--brand:#f9423a;--accent:#3AF9D9;--accent-light:#F9D0CF;--font-size-base:1.125rem;--font-size-meta:0.875rem;--lh-base:1.5;--lh-tight:1.15;--lh-snug:1.25;--width-content:42rem;--width-wide:60rem;--width-page:90rem;--gutter:1.5rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}img{display:block;width:100%;height:auto}body{font-family:var(--font-sans);font-weight:var(--weight-base);color:var(--text);background-color:var(--bg);font-size:var(--font-size-base);padding:2rem var(--gutter);overscroll-behavior:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;max-width:var(--width-page);margin-inline:auto;line-height:var(--lh-base);font-feature-settings:'onum'}a{color:var(--text);text-underline-offset:5px;&:hover{color:var(--brand);text-decoration:underline}}strong,b{font-weight:var(--weight-bold)}p{margin-bottom:1rem;text-wrap:pretty}h1{font-size:clamp(1.9rem,1.5rem + 1.8vw,2.5rem);font-weight:var(--weight-base);line-height:var(--lh-tight);letter-spacing:-.021em;margin-bottom:2rem;margin-top:0;text-wrap:balance}h2{font-size:clamp(1.35rem,1.25rem + .4vw,1.6rem);font-weight:var(--weight-bold);line-height:var(--lh-snug);letter-spacing:-.012em;margin-top:2.5rem;margin-bottom:1rem;text-wrap:balance}h3{font-size:1.1875rem;font-weight:var(--weight-bold);line-height:var(--lh-snug);margin-top:2rem;margin-bottom:.5rem;text-wrap:balance}.index{padding-left:1.5rem}header>*,footer>*{max-width:var(--width-content);margin-inline:auto}.prose{> *{max-width:var(--width-content);margin-inline:auto}> figure, > img{max-width:clamp(var(--width-content),75vw,var(--width-wide))}ul{list-style:none;padding-left:0}li{margin-bottom:.25rem}}header{margin-bottom:3rem}.site-title{color:var(--text);text-decoration:none;&:hover{color:var(--brand)}}.site-nav{margin-top:.75rem}footer{margin-top:3rem;padding-top:3rem}.button{display:inline-block;padding:.5em 1em;border:1px solid var(--text);color:var(--text);text-decoration:none;font-size:var(--font-size-meta);transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease;&:hover{background-color:var(--brand);border-color:var(--brand);color:var(--bg);text-decoration:none}}.year-section{margin-block:2rem}.year-label{font-size:var(--font-size-meta);font-weight:var(--weight-base);color:var(--text-muted)}.work-item{margin-top:.75rem;h2{font-size:var(--font-size-base);font-weight:var(--weight-base);margin:0;letter-spacing:0}a{text-decoration:none;&:hover{color:var(--brand);text-decoration:underline}}}::selection{background:var(--accent-light);color:var(--text)}mark{background:var(--accent-light);color:var(--text);padding:0 .15em;border-radius:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}