/*
Theme Name: Astra Child
Theme URI: https://enactpartnership.org
Description: Lean native rebuild of enactpartnership.org — no Elementor, no commercial plugins. Native PHP templates in /native, routed by inc/enact-native-templates.php behind ?enact_native=1 (or ENACT_NATIVE_ALL at cutover).
Author: ENACT Partnership
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Global brand tokens (extracted from production Elementor kit #9). */
:root {
	--enact-green:  #357E44; /* primary */
	--enact-teal:   #00747A; /* secondary */
	--enact-text:   #222222;
	--enact-accent: #B21F4C;
	--enact-yellow: #FDC82F;
	--enact-orange: #E98300;
	--enact-blue:   #003478;
}

/* Base typography — identical to production: IBM Plex Serif 300 headings,
   Helvetica body (system stack, nothing to load). */
body, button, input, select, textarea {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1, h2, h3 {
	font-family: 'IBM Plex Serif', serif;
	font-weight: 300;
}
