/*
Theme Name:   Car Leipzig
Theme URI:    https://car-leipzig.local
Description:  Child theme of Hello Elementor for the Car Leipzig dealership. Design tokens, Elementor integration and template overrides live here; the vehicle data model lives in the Car Leipzig Core plugin.
Author:       Internet Union
Author URI:   https://internet-union.de
Template:     hello-elementor
Version:      1.1.0
Requires PHP: 8.1
Text Domain:  car-leipzig-theme
License:      GPL-2.0-or-later
Tags:         elementor, child-theme, automotive
*/

/* Load order: hello-elementor -> assets/css/brand.css -> this file -> assets/css/main.css */

/*
 * Legacy --cl-* aliases. Older markup in this theme and in the Car Leipzig Core
 * plugin still reads these; they now resolve to the brand tokens from
 * brand.css so nothing renders in the retired red palette. New code uses
 * --sw-* directly.
 */
:root {
	--cl-color-accent: var(--sw-steel-500);
	--cl-color-accent-dark: var(--sw-steel-700);
	--cl-color-ink: var(--sw-text-body);
	--cl-color-text: var(--sw-text-heading);
	--cl-color-muted: var(--sw-text-muted);
	--cl-color-surface: var(--sw-surface-page);
	--cl-color-surface-alt: var(--sw-surface-subtle);
	--cl-color-border: var(--sw-border-subtle);
	--cl-radius: var(--sw-radius-card);
	--cl-shadow: var(--sw-shadow-xs);
	--cl-font-heading: var(--sw-font-sans);
	--cl-font-body: var(--sw-font-sans);
	--cl-container: var(--sw-page-max);
}
