Willow Design House
Bug: The --color-foreground-heading CSS variable is defined in color-schemes.liquid but never referenced in base.css. Instead, headings use --color-foreground, making the heading color setting in the color scheme editor non-functional. Fix: In base.css, the heading selectors should use color: var(--color-foreground-heading, var(--color-foreground)) instead of color: var(--color, var(--font