/* ------------------------------------------------------------------
   Color scheme: Red - Dark mode
   Brand basis: Red (#cc0000) becomes more prominent in dark mode.
   Anthracite shifts to background territory.
   ------------------------------------------------------------------ */

[data-theme="dark"] {
	--color-primary: #cc0000;
	--color-primary-hover: #ff3b3b;
	--color-on-primary: #ffffff;
	--color-bg: #0f0f0f;
	--color-bg-alt: #1a1a1a;
	--color-bg-hover: #262626;
	--color-text: #f5f5f5;
	--color-text-muted: #a0a0a0;
	--color-border: #2d2d2d;
	--color-accent: #ff3b3b;
	--color-accent-hover: #ff6666;
	--color-focus: #ff3b3b;
	--color-link: #f5f5f5;
	--color-link-hover: #ff3b3b;

	/* Content text palette (readable on dark background) */
	--elmur-ds-text-soft: #bcbcbc;
	--elmur-ds-text-red: #ff6b6a;
	--elmur-ds-text-orange: #ffa733;
	--elmur-ds-text-yellow: #ffd633;
	--elmur-ds-text-green: #5cc46c;
	--elmur-ds-text-teal: #4db6ac;
	--elmur-ds-text-blue: #64b5f6;
	--elmur-ds-text-purple: #ce93d8;
	--elmur-ds-text-pink: #f48fb1;

	/* 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: #ff8a89;
	--elmur-ds-offer-on: #ffffff;
}
