[data-theme="imwald"] {
    --color-bg: #f1ebe4;          /* Aged canvas tone */
    --color-bg-light: #e3dbd2;    /* Soft plaster/linen */
    --color-text: #2b2622;        /* Deep warm charcoal */
    /* ≥4.5:1 on --color-bg and usable on --color-bg-light for secondary copy */
    --color-text-mid: #4a423b;
    --color-text-contrast: #f1ebe4;

    --brand-color: #8c2f1c;       /* Deep, desaturated red (bodice-inspired) */
    --accent-color: #6e4a2f;      /* Earthy umber */
    /* Stronger than default secondary for links on warm light backgrounds (WCAG AA) */
    --color-link: #4a3f36;
    --color-link-hover: #2b2622;
    --color-focus-ring: #2b2622;
    --color-shadow: color-mix(in srgb, var(--color-text) 12%, transparent);
}