:root{
--maroon-900:#651B1A;
--maroon-700:#7A2321;
--rose-100:#ECC4C3;
--rose-050:#F6E8E4;
--mauve-500:#B97D7B;
--olive-500:#928E5E;
--olive-800:#575527;
--cream-050:#FBF1E8;
--ink-900:#2B1615;
--white:#FFFFFF;
--surface-page:var(--cream-050);
--surface-blush:var(--rose-050);
--surface-card:var(--white);
--surface-sunken:var(--rose-100);
--text-primary:var(--ink-900);
--text-heading:var(--maroon-900);
--text-muted:#8A6A67;
--text-inverse:var(--cream-050);
--brand-primary:var(--maroon-900);
--brand-secondary:var(--mauve-500);
--brand-accent:var(--rose-100);
--brand-olive:var(--olive-500);
--brand-olive-dark:var(--olive-800);
--border-subtle:rgba(101,27,26,0.14);
--border-strong:var(--maroon-900);
--focus-ring:var(--olive-500);
--state-success:var(--olive-800);
--state-warning:#B9793B;
--state-danger:#9A2E28;
}
