:root {
  --bg: #f5f7f3;
  --bg-soft: #eef3ed;
  --surface: #ffffff;
  --surface-2: #f7faf6;
  --surface-3: #edf4ef;
  --border: #dfe6df;
  --border-strong: #cbd7ce;
  --text: #1d2821;
  --muted: #667269;
  --muted-2: #879189;
  --primary: #2f7d5b;
  --primary-hover: #25694b;
  --primary-soft: #e2f1e8;
  --success: #2f7d5b;
  --success-soft: #e2f1e8;
  --warning: #9a6b1d;
  --warning-soft: #fbf2dc;
  --danger: #a04b4b;
  --danger-soft: #f8e8e7;
  --code-bg: #202b24;
  --code-text: #eff8f1;
  --shadow: 0 14px 40px rgba(31, 50, 38, .08);
  --shadow-sm: 0 6px 18px rgba(31, 50, 38, .06);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --max-width: 1160px;
  --header-h: 72px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
