:root{--cream:#fbf7f0;--ink:#211c18;--stone:#e7e2d8;--clay:#a8492c;--forest:#2f5d44;--muted:#8a8378}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}main{max-width:720px;margin:0 auto;padding:64px 24px}a{color:var(--forest)}