/*
Theme Name:        Mobile Detailing Doctor
Theme URI:         https://mobiledetailingdoctor.com/
Description:       Custom theme for Mobile Detailing Doctor pSEO build. Implements the standard pSEO playbook: custom CPTs, ACF-driven fields, schema overridden from RankMath, raw PHP templates, single-event launch.
Author:            Mobile Detailing Doctor
Author URI:        https://mobiledetailingdoctor.com/
Version:           0.1.0
Requires at least: 6.0
Requires PHP:      7.4
License:           Proprietary
Text Domain:       mdd
*/

/* Brand palette anchors (full palette in assets/css/main.css). */
:root {
	--mdd-doctor: #064e3b;
	--mdd-primary: #0b4f6c;
	--mdd-accent: #b91c1c;
	--mdd-good: #047857;
	--mdd-warn: #b45309;
	--mdd-ink: #0f172a;
	--mdd-ink-soft: #334155;
	--mdd-ink-mute: #64748b;
	--mdd-surface: #ffffff;
	--mdd-surface-tint: #f8fafc;
	--mdd-line: #e2e8f0;
}
