:root {
  --wiunix-primary: #078744;
  --wiunix-primary-strong: #006b36;
  --wiunix-surface: #ffffff;
  --wiunix-surface-soft: #f5f9f6;
  --wiunix-text: #10221a;
  --wiunix-muted: #65736c;
  --wiunix-radius: 16px;
  --wiunix-container: 1320px;
}
.theme-wiunix-enterprise {
  --brand: var(--wiunix-primary);
  --brand-strong: var(--wiunix-primary-strong);
  color: var(--wiunix-text);
  background: var(--wiunix-surface);
}
.theme-wiunix-enterprise .shell { max-width: var(--wiunix-container); }
.theme-wiunix-enterprise .button { border-radius: calc(var(--wiunix-radius) * .55); }
