/* Dwellio brand identity — corporate trust: dark navy and charcoal, one vivid green when something is settled.
   These two properties win over the Practice system's defaults (tokens/colors.css falls through to them). */
:root{
  --brand-primary:#24385A;
  --brand-primary-strong:#17233B;
  --brand-primary-soft:#E8EDF5;
  --brand-charcoal:#1B1F26;
  --brand-charcoal-2:#242A34;
  --brand-charcoal-3:#2F3743;
  --brand-accent:#3BED8B;
}
