/**
 * Light-theme overrides for the light/dark toggle.
 *
 * Dark is the default (values live in theme.json). This file only
 * overrides the same custom properties WordPress already generates
 * from theme.json, so every block that uses the palette re-themes
 * automatically — no per-block styling needed.
 */

html[data-theme="light"] {
	--wp--preset--color--background: #f2efe7;
	--wp--preset--color--background-secondary: #ede9df;
	--wp--preset--color--surface: #fff;
	--wp--preset--color--text-primary: #1c1b18;
	--wp--preset--color--text-secondary: #6b675f;
}
