/*
Theme Name:   Good Clean Child
Theme URI:    https://goodcleanmaintenance.com
Template:     zaaztheme
Author:       Zaaz
Author URI:   https://zaaz.app
Description:  Child theme of zaaztheme for Good Clean & Maintenance Services Ltd. (goodcleanmaintenance.com) — cleaning, paint & renovations. Bespoke single-page landing rendered by front-page.php.
Version:      0.1.0
Requires at least: 6.4
Requires PHP: 8.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  goodclean-child
*/

/* -----------------------------------------------------------------------------
   Good Clean landing styles live in front-page.php's own scoped <style> block
   (the home page is a self-contained coded template for pixel fidelity to the
   approved brand design). This stylesheet is intentionally light — it only
   carries brand tokens for any *other* pages that fall back to the parent
   theme's chrome.
   Brand: Sora (display) + Manrope (text). Palette below matches the brand book.
   -------------------------------------------------------------------------- */
:root {
    --gc-navy:      #1B2F5B;  /* Deep Navy — primary */
    --gc-ink:       #122443;  /* Ink Navy — darkest */
    --gc-ink-deep:  #0E1A30;  /* footer / near-black navy */
    --gc-teal:      #18B4C2;  /* Spark Teal — accent */
    --gc-teal-dk:   #18738A;  /* deep teal — eyebrow text */
    --gc-teal-lt:   #7FE0EA;  /* light teal */
    --gc-teal-bg:   #E7F6F8;  /* teal tint background */
    --gc-green:     #2FB16B;  /* Spark Green — checks */
    --gc-slate:     #42536B;  /* body text */
    --gc-mute:      #5C6B82;  /* muted text */
    --gc-line:      #EAEEF2;  /* borders */
    --gc-mist:      #F5F7F9;  /* section tint */
}

/* Parent-theme fallback pages: apply brand fonts + accent so non-home pages
   (e.g. a future privacy page) stay on-brand. */
body {
    font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--gc-slate);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--gc-ink);
    letter-spacing: -0.02em;
}
a { color: var(--gc-teal-dk); }
