:root {
  --bg: #000000;
  --bg-subtle: #0a0a0a;
  --bg-elev: #111111;
  --fg: #fefefe;
  --fg-muted: #7f7e7e;
  --brand: #c4e422;
  --brand-700: #5c6c0c;
  --line: #2e2e2e;
  --danger: #d64545;
  --radius-sm: 4px;
  --radius-md: 8px;
  --space: 4px;
  --font-sans: "IBM Plex Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC",
    "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  --max: 72rem;
  --header-h: 64px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
