/*
Theme Name: Astra Child - WMM Examples
Theme URI: https://examples.thewestmountainmedia.com/
Description: Child theme for The Laundry Hub SF. Holds the locked design system, the header and footer chrome, and the sticky header. Astra Pro is not installed, so sticky is done here in CSS.
Author: West Mountain Media
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* The brand tokens live here because this file loads on EVERY page. chrome.css
   (header, footer, sticky bar) reads them, and from 2026-08-12 the design-system
   and atomic-override sheets only load on the legacy atomic page. Keep these in
   sync with design/mockups/style.css :root -- they are the same palette that is
   registered as Elementor Global Colors on kit 8. */
:root{
  --navy:#123f69;
  --brand:#2c5894;
  --bright:#499be6;
  --slate:#4c6971;
  --tint:#eef4fa;
  --ink:#1e2a35;
  --muted:#5c6b7a;
  --line:#dbe4ee;
  --white:#ffffff;
  --dark:#0d2135;

  --wrap:1180px;
  --radius:12px;
  --shadow:0 3px 18px rgba(18,63,105,.09);
  --shadow-lg:0 24px 60px rgba(13,33,53,.22);
}
