/* ==========================================================================
   Ashvale Financial — brand override

   The whole point of the template: a new fictional client needs a new
   identity, not a new component library. app.css supplies every component;
   this file only re-points the brand tokens it reads.

   Load AFTER app.css.
   ========================================================================== */

:root {
  --brand:      #1e3260;   /* navy — a brokerage, not a managing agent */
  --brand-deep: #14213f;
  --brand-tint: #e8ecf6;
  --brass:      #d97757;   /* coral accent, used sparingly */
}

/* The one component that hard-codes the accent as a wash rather than a line */
.avatar.brass { background: #fbe8e2; color: #a1462a; }
