/*
 * Aging In The Comfort Of Home® — canonical color tokens
 * Source of truth: ~/Desktop/Brand Builder/AITCOH/brand/BRAND.md
 * Format: CSS custom properties (Tailwind v4 @theme-compatible)
 */

:root {
  /* Products — Trust Blue */
  --color-trust-blue-dark:  #1b477e;
  --color-trust-blue:       #255ea0;
  --color-trust-blue-light: #d9ecff;

  /* Dealerships — Dealer Green */
  --color-dealer-green-dark:  #154440;
  --color-dealer-green:       #20605c;
  --color-dealer-green-light: #dff7c1;

  /* Programs — Legacy Plum */
  --color-legacy-plum-dark:  #4a204d;
  --color-legacy-plum:       #622c65;
  --color-legacy-plum-light: #fde8ff;

  /* Shared */
  --color-radiant-gold: #fdd841;
  --color-charcoal:     #333333;
  --color-gray:         #e0e0e0;
  --color-light-linen:  #fffce5;
}

/*
 * Tailwind v4 users can copy this entire block into their CSS as:
 * @theme {
 *   --color-trust-blue-dark: #1b477e;
 *   ...
 * }
 */
