/*
Theme Name: Plumbline Child Starter
Theme URI: https://www.tomatillodesign.com/
Description: A clean launch point for custom Plumbline builds — inherited structure, focused overrides, and Rivet integration.
Author: Chris Liu-Beers @ Tomatillo Design
Author URI: https://www.tomatillodesign.com/
Template: plumbline
Version: 1.0.0
Requires at least: 6.9
Requires PHP: 8.2
Text Domain: plumbline-child-starter
Domain Path: /languages
Update URI: false

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Token overrides.
 *
 * Brand colors are managed via Plumbline Settings > Colors in the admin.
 * To hard-lock tokens to code (overriding admin settings), uncomment below.
 *
 * Available token categories:
 *
 *   Colors — primary, secondary, neutrals, surfaces, text, semantic
 *   Typography — font-heading, font-body, font-mono, weights, leading, tracking
 *   Spacing — space-1 through space-10, section-padding-*, section-gap
 *   Layout — width-content, width-prose, width-wide, gutter
 *   Borders — radius-sm/md/lg/full, border-thin/medium
 *   Shadows — shadow-sm/md/lg
 *   Transitions — duration-fast/normal/slow, easing-default/in/out, spring
 *
 * Example:
 *
 * :root {
 *     --pl-color-primary: #7C3AED;
 *     --pl-color-primary-dark: #5B21B6;
 *     --pl-font-heading: 'Playfair Display', serif;
 *     --pl-radius-md: 0.75rem;
 * }
 */
