/* Tenant theme overrides: PosturalBalance (dev: booking.posturalbalance.docker)
   Keep this file tenant-specific; TibyBooking core stays agnostic. */

:root{
  /* PosturalBalance brand */
  --tb-brand:#007f85;
  --tb-brand-rgb:0,127,133;
  --tb-brand-hover:#006b70;
  /* Light tint used for subtle surfaces */
  --tb-brand-tint:#e6f7f8;
}
