:root {
  /* Colors */
  --bg: #f7f6f3;
  --surface: #ffffff;
  --surface2: #f0efe9;
  --border: #e2e0d8;
  --border2: #d4d1c7;
  --text: #1a1916;
  --text2: #6b6860;
  --text3: #9d9b94;
  --accent: #5b4fff;
  --accent-hover: #4a3fef;
  --accent-light: #ede9ff;
  --danger: #e54b4b;
  --success: #2da44e;
  --warning: #e8890c;

  /* Wireframe palette */
  --wire-fill: #f5f5f5;
  --wire-stroke: #b0aaa0;
  --wire-text: #555;
  --wire-accent-fill: #e8e4ff;
  --wire-accent-stroke: #8b7fff;

  /* Sizes */
  --topbar-h: 52px;
  --left-panel-w: 220px;
  --right-panel-w: 240px;
  --radius: 8px;
  --radius-sm: 4px;
  --radius-lg: 12px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --shadow: 0 4px 12px rgba(0,0,0,.1), 0 1px 4px rgba(0,0,0,.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.14), 0 4px 12px rgba(0,0,0,.08);

  /* Typography */
  --font: 'DM Sans', -apple-system, sans-serif;
  --font-mono: 'DM Mono', monospace;
  --font-size: 13px;
}
