/*
Theme Name: Presa Child
Theme URI: https://paullacey.digital
Template: presa
Author: Paul Lacey
Author URI: https://paullacey.digital
Description: The site layer for Presa. Feature files (custom post types + shortcodes), hierarchy templates, design-system loading, image handling, hardening and per-site snippets live here — each switched by a constant — so the parent theme stays identical across installs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: presa-child
*/

/* Per-site CSS overrides go below. Most sites won't need any —
   structure belongs to the design system's base layer, never here. */

:root {
	/* Presa starter tokens — brand-neutral defaults.
	   A site's design system or design kit overrides these. */
	--presa-ink: #1a1a1a;
	--presa-muted: #5a5a5a;
	--presa-muted-2: #8a8a8a;
	--presa-surface: #f7f6f4;
	--presa-surface-2: #efeeeb;
	--presa-border: #e2e0dc;
	--presa-accent: #3a4654;        /* neutral placeholder — replace per brand */
	--presa-accent-tint: #cdd4db;
	--presa-font-heading: Georgia, 'Times New Roman', serif;
	--presa-font-body: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--presa-font-accent: var(--presa-font-heading);
}
