/*
 Theme Name:   SSRP Solutions
 Theme URI:    https://ssrpinstitute.org
 Description:  Bespoke child theme for SSRP Solutions — the implementation arm of the SSRP Institute. Dark, premium design system rebuilt as ACF Blocks on Zealous Starter. Built by Zealous Growth.
 Author:       Zealous Growth
 Author URI:   https://zealousgrowth.com
 Template:     zealous-starter
 Version:      1.0.0
 Text Domain:  ssrp-solutions
*/

/* ------------------------------------------------------------------
   The complete SSRP design system lives in assets/ssrp-app.css
   (enqueued front-end + block editor by functions.php). This file
   only carries the theme header and a few guards that keep the
   parent framework from fighting the bespoke dark design.
   ------------------------------------------------------------------ */

/* Neutralize parent global helpers we don't use (always-dark site). */
html, body { background: var(--canvas); }
a:hover { opacity: 1; }
