/*
Theme Name: Template C Canonical
Theme URI: https://aisoftwarelabs.ai
Author: AI Software Labs
Author URI: https://aisoftwarelabs.ai
Description: City- and niche-agnostic County-wide (Template C) theme. All site/niche specifics live in site-config.php (injected by deploy.sh). Per-niche styling is self-contained in assets/css/<niche>.css and selected by site-config (theme_css); this file is the WordPress theme manifest plus a universal reset only.
Version: 1.1.0
License: Proprietary
Text Domain: template-c
*/

/* Per-niche styling lives in assets/css/<niche>.css — enqueued AFTER this file
   by functions.php, keyed off site-config's theme_css. Pool and mold use
   entirely different class systems + :root tokens, so each niche stylesheet is
   fully self-contained. Keep only a universal reset here so the theme manifest
   is never niche-specific. */
* { margin: 0; padding: 0; box-sizing: border-box; }
