/*
Theme Name:        Glade
Description:        Glade — North Shore landscaping & garden care. Bespoke block theme (forked from the PtBuildr starter, then made standalone for this site). Pairs with the glade-blocks plugin.
Version:           1.0.0
Requires at least: 6.6
Requires PHP:      8.0
Author:            Glade
Text Domain:       glade-theme
*/

/* ── Per-site token overrides ─────────────────────────────────────────────────
   The theme enqueues this file after the plugin's shared.css, so these win.
   Colours/fonts live in theme.json (palette / fontFamilies); the knobs below are
   the shape/weight tokens that live in the plugin's :root. */
:root {
	--glade-weight-heading: 500;   /* Playfair Display medium headings (per the Glade design) */
	--glade-on-accent: #18301a;    /* forest text on the lime accent (accent buttons) */
}
