/*
Theme Name:   WP Residence Child - Ingram Alaska
Theme URI:    https://ingramalaska.com/
Description:  Child theme for WP Residence, customized for Ingram Alaska Commercial Real Estate. Managed by OpenCXO via Cowork.
Author:       OpenCXO (Chris Blaser)
Author URI:   https://opencxo.com/
Template:     wpresidence
Version:      0.1.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain:  wpresidence-child
*/

/* ===== Brand tokens =====
   Centralize brand color and typography overrides here so future edits stay consistent.
*/
:root {
    --ingram-dark:   #1A1A1A;
    --ingram-accent: #7BB661;
    --ingram-muted:  #6E6E6E;
    --ingram-warm:   #FAF9F6;
}

/* Add child theme overrides below this line. */
