/* Asentra brand override — injected by nginx */
:root {
  --brand-charcoal: #2D2D2D;
  --brand-teal: #3D8DAE;
}

/* Twenty CRM overrides */
[data-testid="workspace-logo"],
.workspace-logo { filter: none; }

/* n8n overrides — primary buttons and accents */
.el-button--primary,
.btn-primary { background-color: #3D8DAE !important; border-color: #3D8DAE !important; }
