/*
Theme Name: Grow'n Go
Theme URI: https://growngonursery.com
Author: Grow'n Go Nursery
Author URI: https://growngonursery.com
Description: Custom block theme for Grow'n Go Nursery (growngonursery.com) — a warm, nature-led childcare nursery. Full-site-editing theme built on the Grow'n Go design system: self-hosted Fredoka + Nunito fonts and Phosphor icons, warm coral/sun/mint palette, generously rounded components.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.9
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: growngo
Tags: block-theme, full-site-editing, custom-colors, custom-menu, editor-style, blog, education
*/

/*
 * This is a block (FSE) theme: visual styling is driven by theme.json and the
 * design-system CSS in assets/css (enqueued in cascade order from functions.php).
 * Keep this file for small, theme-level supplemental tweaks only — things that
 * can't be expressed in theme.json and don't belong in the design-system source.
 */

/* The brand name "Grow'n Go" contains a space (Phase 4 decision), which — unlike
   the design's spaceless "Grow'nGo" wordmark — introduces a line-break point.
   Keep the lockup on a single line beside the plant mark. */
.gg-brand { flex-shrink: 0; }
.gg-brand__word { white-space: nowrap; }
