/* ═══════════════════════════════════════════════════════
   LOCAL STYLE OVERRIDES — Demo / Mt Hope Hospice
   This file loads AFTER styles.css and overrides
   any CSS variables for this specific client.
═══════════════════════════════════════════════════════ */

/* Example overrides — uncomment and customize per client:

:root {
  --color-primary: #2b5797;
  --color-primary-dark: #1e3f6f;
  --color-primary-light: #4a7bc5;
  --color-primary-pale: #e8f0fb;
}

*/