/* ==========================================================================
   Calderwood Financial — brand override

   A directly authorised advice firm: investments, pensions, mortgages and
   protection under one roof. app.css supplies every component; this file
   only re-points the brand tokens it reads.

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

:root {
  --brand:      #24463c;   /* deep green — an advice firm, not a brokerage */
  --brand-deep: #16302a;
  --brand-tint: #e6efea;
  --brass:      #b4813a;   /* muted gold, used sparingly */
}

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