/*
Theme Name: Ascensiona Managed Client
Description: Client-specific child theme for Ascensiona-managed websites.
Author: Ascensiona
Template: ascensiona-client-framework
Version: 0.1.0
Text Domain: ascensiona-managed-client
*/

/*
 * This file is the client-specific design layer.
 * The Ascensiona Client Framework remains the parent theme.
 * Keep client branding, bespoke component overrides and project-specific
 * presentation changes here so parent framework updates remain safe.
 */

:root {
	--acf-client-primary: #244f46;
	--acf-client-primary-deep: #17352f;
	--acf-client-accent: #bf7656;
	--acf-client-page: #fbfaf6;
	--acf-client-surface: #ffffff;
	--acf-client-ink: #202622;
	--acf-client-muted: #66706b;
	--acf-client-line: #e4dfd4;
}

body {
	--acf-page: var(--acf-client-page);
	--acf-surface: var(--acf-client-surface);
	--acf-ink: var(--acf-client-ink);
	--acf-muted: var(--acf-client-muted);
	--acf-primary: var(--acf-client-primary);
	--acf-primary-deep: var(--acf-client-primary-deep);
	--acf-accent: var(--acf-client-accent);
	--acf-line: var(--acf-client-line);
}
