/*
Theme Name: DIABRIDGE Child
Theme URI: https://diabridgehealth.com/
Description: Child theme of CiyaCare for DIABRIDGE Healthcare. Holds every customisation made for this site (template overrides, ACF driven templates, presentation CSS) so the commercial parent theme can be updated without losing work. Presentation only: content types and taxonomies live in the diabridge-core plugin.
Author: Marian Putirac (SHUTTER NES CRAZY SRL)
Author URI: https://diabridgehealth.com/
Template: ciyacare
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diabridge-child
Tags: child-theme, healthcare
*/

/**
 * This file is enqueued by inc/diabridge-enqueue.php as the handle
 * "diabridge-child", with the parent handle "pgstheme" as its only dependency,
 * so everything below always wins over the parent stylesheet without any use
 * of !important. Every file in inc/ carries the "diabridge-" prefix because
 * the parent loads its own includes with get_theme_file_path( "inc/{$file}" ),
 * which looks in the child first, so an unprefixed name such as inc/enqueue.php
 * would replace the parent's file of that name and fatal the site.
 *
 * House rules:
 * 1. Never edit the parent theme (ciyacare). It is commercial and gets updated.
 * 2. Never name a file in inc/ after one in the parent's inc/ (see above).
 * 3. Keep declarations grouped and commented, newest section at the bottom.
 * 4. Prefer the parent's own CSS custom properties over hard coded values.
 */

/* -------------------------------------------------------------------------
 * 1. Custom properties
 * Left empty on purpose: the brand palette gets added here once the design
 * decisions for the Insight and Bridge templates are signed off.
 * ---------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 * 2. Base and layout overrides
 * ---------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 * 3. Components
 * ---------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 * 4. Templates (Insight, The Bridge)
 * ---------------------------------------------------------------------- */
