/*
Theme Name:  Planted Indoors Child
Theme URI:   https://plantedindoors.com
Description: Kadence child theme for Planted Indoors — fresh-botanical affiliate site. Brand tokens, self-hosted fonts, GA4 baked in.
Author:      Planted Indoors
Template:    kadence
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: planted-indoors-child
*/

/*
 * Main brand + component styles live in assets/css/brand.css (enqueued via functions.php).
 * This file intentionally minimal — Kadence parent handles layout defaults.
 */

/* ─── Base overrides that must load before Kadence defaults ─── */
body {
    background-color: #f6f4ec; /* --pi-cream */
    color: #3d473a;            /* --pi-body */
    font-family: 'Source Sans 3', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #232a22; /* --pi-ink */
    line-height: 1.15;
}

a {
    color: #2f5d3e; /* --pi-leaf-deep */
}

:focus-visible {
    outline: 2px solid #2f5d3e;
    outline-offset: 2px;
}
