/* Generated at deploy time by applyTenantTheme — resolved across the tenant
   cascade. Do not edit in the bucket; edit under platform-logx-client/tenants. */
:root {
  --theme:       #4d104a;
  --theme-rgb:   77, 16, 74;
  --theme-hover: #3e0d3b;
  --theme-menu:  #904199;
  --theme-on:    #ffffff;
  --theme-tint:  #c7b4e2;
  --theme-wash:  #f3eef9;

  /* Derived channel companions — see CHANNEL_TOKENS in tenant-theme.ts.
     Space-separated so Tailwind can splice an alpha: rgb(var(--x-ch) / .6) */
  --theme-ch:       77 16 74;
  --theme-hover-ch: 62 13 59;
  --theme-menu-ch:  144 65 153;
  --theme-tint-ch:  199 180 226;
  --theme-wash-ch:  243 238 249;
}
