/* Dwellio brand identity — corporate trust: dark navy and charcoal. Swap this one file for the
   customer's own CI. Every brand-carrying token in the design system falls through to these. */
:root{
  --brand-primary:#1E2B4F;
  --brand-primary-hover:#16213D;
  --brand-accent:#3BED8B;
  --brand-navy-deep:#0F1729;
  --brand-charcoal:#1B2230;
  --brand-charcoal-deep:#141A24;
  --brand-charcoal-soft:#232C3B;
}
