:root{--color-bg:#fffdf8;--color-bg-alt:#f0e4d0;--color-text:#2c2416;--color-text-muted:#6b5f4f;--color-text-light:#8b7d6b;--color-border:#d4c4b0;--color-link:#2c2416;--color-link-hover:#1a150d;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;--font-serif:Georgia,"Times New Roman",serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-xxl:4rem;--space-10:10rem;--max-width:720px;--content-offset:20%}*,:after,:before{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font);color:var(--color-text);background:var(--color-bg);line-height:1.7;display:flex;flex-direction:column;min-height:100vh}a{color:var(--color-link);text-decoration:none;transition:color .15s ease;border-bottom:1px solid transparent}a:hover{color:var(--color-link-hover);border-bottom-color:var(--color-text)}