/* ------------------------------------------------------------------
   Color scheme: Red - Light mode
   Brand basis: Anthracite (#2d2d2d) as primary surface color,
   Red (#cc0000) as accent / call-to-action.
   ------------------------------------------------------------------ */

[data-theme="light"] {
	--color-primary: #2d2d2d;
	--color-primary-hover: #1a1a1a;
	--color-on-primary: #ffffff;
	--color-bg: #ffffff;
	--color-bg-alt: #f5f5f5;
	--color-bg-hover: #ececec;
	--color-text: #1a1a1a;
	--color-text-muted: #6b6b6b;
	--color-border: #e5e5e5;
	--color-accent: #cc0000;
	--color-accent-hover: #a30000;
	--color-focus: #cc0000;
	--color-link: #2d2d2d;
	--color-link-hover: #cc0000;

	/* Content text palette (readable on light background) */
	--elmur-ds-text-soft: #8a8a8a;
	--elmur-ds-text-red: #c62828;
	--elmur-ds-text-orange: #e65100;
	--elmur-ds-text-yellow: #b58900;
	--elmur-ds-text-green: #2e7d32;
	--elmur-ds-text-teal: #00695c;
	--elmur-ds-text-blue: #1565c0;
	--elmur-ds-text-purple: #6a1b9a;
	--elmur-ds-text-pink: #ad1457;

	/* Offer accent (portable). Defaults to the palette red so offers read as
	   the typical "offer red". Overridable per offer via inline --elmur-ds-offer-color. */
	--elmur-ds-offer-color: var(--elmur-ds-text-red);
	--elmur-ds-offer-color-hover: #a91d1d;
	--elmur-ds-offer-on: #ffffff;
}
