:root{
--paper:#FAF7F1;
--ink:#1A1B15;
--muted:#6E6B60;
--muted-2:#8a8778;
--body-text:#54524a;
--border:#E3DFD3;
--border-strong:#D8D2BE;
--panel:#EFEBDE;
--footer-bg:#0F1810;
--footer-text:#EFEBE0;
--footer-muted:#A9A597;
--footer-label:#7C7A6E;
--accent-olive:#55624a;
--accent-clay:#8a6f4d;
--accent-slate:#5b6b78;
--accent-ink:#1A1B15;
--accent:var(--accent-olive);
--text-heading:var(--ink);
--text-body:var(--body-text);
--text-label:var(--muted);
--text-caption:var(--muted-2);
--surface-page:var(--paper);
--surface-panel:var(--panel);
--surface-footer:var(--footer-bg);
--border-default:var(--border);
--border-input:var(--border-strong);
}
