/*
Theme Name:  KMK Digital Child
Theme URI:   https://kmkdigital.com.au
Author:      KMK Digital
Author URI:  https://kmkdigital.com.au
Description: Child theme for KMK Digital. Use this for client-specific customisations, colour overrides, and template overrides — without touching the parent theme. All styles here override the parent.
Version:     1.0.0
Template:    kmk-digital
Requires at least: 6.0
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kmk-digital-child
*/

/*
 * ═══════════════════════════════════════════════════════════
 * HOW TO USE THIS CHILD THEME
 * ═══════════════════════════════════════════════════════════
 *
 * This child theme inherits all styles, templates, and
 * functionality from the KMK Digital parent theme.
 *
 * CUSTOMISE COLOURS:
 *   Override CSS custom properties below. Example:
 *   :root { --kmk-accent: #ff6600; }
 *
 * OVERRIDE TEMPLATES:
 *   Copy any template file from the parent theme into this
 *   child theme folder keeping the same relative path.
 *   WordPress will use the child theme version automatically.
 *
 * ADD CUSTOM CSS:
 *   Write your CSS below. It loads after the parent stylesheet
 *   so specificity is automatically higher.
 *
 * ADD CUSTOM PHP:
 *   Use functions.php (included in this child theme).
 *   Do not remove the parent theme's functions.php calls.
 *
 * ═══════════════════════════════════════════════════════════
 */

/* ─────────────────────────────────────────────────────────
   DESIGN TOKEN OVERRIDES
   Uncomment and change values to customise the brand palette.
   ───────────────────────────────────────────────────────── */
/*
:root {
    --kmk-accent:   #f0c040;
    --kmk-green:    #4af0a0;
    --kmk-pink:     #f05a80;
    --kmk-bg:       #0e0f11;
    --kmk-surface:  #16181c;
    --kmk-text:     #e8eaf0;
}
*/

/* ─────────────────────────────────────────────────────────
   CUSTOM STYLES
   Add your client-specific CSS here.
   ───────────────────────────────────────────────────────── */

/* Example: Slightly warmer background for a client */
/*
:root {
    --kmk-bg:  #0d0e10;
    --kmk-bg2: #111318;
}
*/
