:root{--color-bg:#101112;--color-text:#ece7de;--color-accent:#4f9e96;--color-muted:#8b857b;--color-surface:#191b1c;--color-error:#c1666b;--font-body:"Sora", sans-serif;--font-heading:"Fraunces", serif;--font-mono:"IBM Plex Mono", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--nav-height:60px;--container-max-width:1200px}body{font-family:var(--font-body);font-weight:300;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:300;line-height:1.2}*,:before,:after{box-sizing:border-box}body{background-color:var(--color-bg);color:var(--color-text);margin:0}.page-main{padding-top:var(--nav-height);padding-bottom:var(--space-xl);min-height:100vh}.container{max-width:var(--container-max-width);padding:0 var(--space-md);margin:0 auto}.section-heading{font-family:var(--font-heading);margin:var(--space-xl) 0 var(--space-lg);font-size:1.9rem;font-weight:300}.site-footer{padding:var(--space-xl) var(--space-lg);text-align:center;font-family:var(--font-mono);letter-spacing:.14em;color:var(--color-muted);font-size:.68rem}.site-footer__links{justify-content:center;gap:var(--space-md);margin-top:var(--space-sm);display:flex}.site-footer__link{color:var(--color-muted);text-decoration:none}.site-footer__link:hover{color:var(--color-text)}
