:root{
--primary:#8F6C43;
--primary-foreground:#FFFFFF;
--accent:#A98A5F;
--accent-foreground:#1C140B;
--secondary:#172536;
--secondary-foreground:#EDE7DB;
--overlay:#10161F;
--overlay-foreground:#FFFFFF;
--background:#FBF8F3;
--foreground:#26221E;
--muted:#F1EBE1;
--muted-foreground:#5A5044;
--border:#E2D9CC;
--surface-page:var(--background);
--surface-card:var(--muted);
--surface-dark:var(--overlay);
--surface-dark-alt:var(--secondary);
--text-body:var(--foreground);
--text-muted:var(--muted-foreground);
--text-on-dark:var(--overlay-foreground);
--text-on-secondary:var(--secondary-foreground);
--border-default:var(--border);
--focus-ring:var(--accent);
}
