:root {
  color-scheme: dark;

  --vw-surface-0: #050505;
  --vw-surface-1: #0b0b0b;
  --vw-surface-2: #11100d;
  --vw-surface-3: #17140f;
  --vw-text-primary: #f3ead2;
  --vw-text-muted: #b5aa91;
  --vw-brand-gold: #d7a93b;
  --vw-brand-bright: #f3cf70;
  --vw-brand-pale: #fff0bd;
  --vw-brand-muted: #8e6924;
  --vw-info-live: #67e8f9;
  --vw-success: #4fb77b;
  --vw-warning: #f0bd4f;
  --vw-danger: #e45c5c;

  --vw-border-passive: rgb(215 169 59 / 16%);
  --vw-border-hover: rgb(215 169 59 / 24%);
  --vw-border-active: rgb(215 169 59 / 38%);
  --vw-glow: rgb(215 169 59 / 16%);

  --vw-radius-control: 6px;
  --vw-radius-panel: 10px;
  --vw-radius-pill: 999px;

  --vw-motion-fast: 100ms ease-out;
  --vw-motion-normal: 150ms ease-out;
  --vw-motion-slow: 200ms ease-out;

  --vw-font-sans: "Space Grotesk", system-ui, sans-serif;
  --vw-font-mono: "JetBrains Mono", ui-monospace, monospace;
}
