/*
Theme Name: Niagara Child
Theme URI: https://blog.niagarafallscanadatours.com/
Description: Custom child theme for blog.niagarafallscanadatours.com — overrides parent theme presentation.
Author: Dreamland Adventure Tourism
Author URI: https://niagarafallscanadatours.com/
Template: twentytwentyfive
Version: 0.1.0
Requires PHP: 8.1
Requires at least: 6.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: niagara-child
Tags: blog, custom-colors, custom-logo, translation-ready
*/

/* ============================================================
   IMPORTANT:
   The "Template:" line above MUST exactly match the directory
   name of the active parent theme on the server.

   Default best-guess: twentytwentyfive
   This will be verified during Phase 1 server discovery.
   If the active theme on Hostinger has a different slug,
   update Template: above to match before activating this theme.
   ============================================================ */

/* Child theme styles below — parent CSS is loaded first via functions.php enqueue. */

:root {
    --niagara-accent: #0a6c74;
}

a {
    color: var(--niagara-accent);
}

/* Auto-deploy webhook marker — proves deploy pipeline triggered by push */
body { --nd-deploy-test: "v0.1.5-webhook-2026-05-07"; }

/* Testing */
