/* Default tenant — Gatherdly's product brand identity (warm terracotta).
   Per the design-system MASTER, only --brand-* tokens are allowed here.
   Tenant brands (e.g. callutheran/brand.css) override these six tokens
   independently; nothing else in the app should reference them. */
:root {
  --brand-primary:        #C76544;
  --brand-primary-hover:  #A8502F;
  --brand-primary-fg:     #FFFFFF;
  --brand-soft:           #FBEDE6;
  --brand-ring:           rgba(199, 101, 68, 0.30);
  --brand-accent:         #C76544;
}
