body[data-theme="blacklabel"] {
  color-scheme: dark;
  --color-bg: #111111;
  --color-panel: #1a1a1a;
  --color-panel-strong: #232323;
  --color-panel-subtle: #151515;
  --color-line: #343434;
  --color-line-strong: #4a4a4a;
  --color-text: #f0f0ed;
  --color-muted: #a8a39a;
  --color-title: #f4d35e;
  --color-accent: #6ec6ca;
  --color-accent-strong: #95f0f2;
  --color-accent-soft: rgb(110 198 202 / 14%);
  --color-action: #e0a458;
  --color-action-strong: #f4c982;
  --color-success: #86d993;
  --color-success-soft: rgb(134 217 147 / 14%);
  --color-warning: #f4d35e;
  --color-warning-soft: rgb(244 211 94 / 14%);
  --color-danger: #f26d6d;
  --color-danger-soft: rgb(242 109 109 / 14%);
  --color-info: #8eb7ff;
  --color-info-soft: rgb(142 183 255 / 14%);
  --color-neutral-soft: rgb(255 255 255 / 6%);
  --shadow-1: 0 12px 28px rgb(0 0 0 / 24%);
  --shadow-2: 0 28px 80px rgb(0 0 0 / 48%);
}
