body[data-theme="mezo"] {
  color-scheme: dark;
  --color-bg: #0b1221;
  --color-panel: #111c31;
  --color-panel-strong: #16243d;
  --color-panel-subtle: #0d1729;
  --color-line: rgb(152 229 255 / 18%);
  --color-line-strong: rgb(152 229 255 / 38%);
  --color-text: #e8f2ff;
  --color-muted: #8fa6bf;
  --color-title: #98e5ff;
  --color-accent: #5ab9ff;
  --color-accent-strong: #98e5ff;
  --color-accent-soft: rgb(90 185 255 / 18%);
  --color-action: #39d98a;
  --color-action-strong: #7dffb6;
  --color-success: #39d98a;
  --color-success-soft: rgb(57 217 138 / 14%);
  --color-warning: #ffd166;
  --color-warning-soft: rgb(255 209 102 / 14%);
  --color-danger: #ff6b6b;
  --color-danger-soft: rgb(255 107 107 / 14%);
  --color-info: #5ab9ff;
  --color-info-soft: rgb(90 185 255 / 14%);
  --color-neutral-soft: rgb(255 255 255 / 5%);
  --shadow-1: 0 12px 28px rgb(0 0 0 / 22%);
  --shadow-2: 0 28px 80px rgb(0 0 0 / 44%);
}
