:root {
  --bg: #f7f8f4;
  --bg-soft: #eef3eb;
  --bg-warm: #fff8e8;
  --surface: #ffffff;
  --surface-subtle: #f9fbf7;
  --surface-dark: #102f25;
  --surface-dark-2: #174634;
  --text: #17221d;
  --text-soft: #5b675f;
  --text-muted: #7a847d;
  --text-on-dark: #f8fbf5;
  --line: #dfe7dd;
  --line-strong: #c8d4cb;
  --primary: #126145;
  --primary-strong: #0c4633;
  --primary-soft: #e6f3ec;
  --accent: #d7a83f;
  --accent-strong: #a67209;
  --accent-soft: #fff0c8;
  --success: #238653;
  --success-soft: #e1f4e9;
  --warning-soft: #fff0cf;
  --danger-soft: #fde8df;
  --shadow-xs: 0 1px 2px rgba(16, 47, 37, 0.06);
  --shadow-sm: 0 10px 24px rgba(16, 47, 37, 0.08);
  --shadow-md: 0 18px 46px rgba(16, 47, 37, 0.12);
  --shadow-lg: 0 28px 70px rgba(16, 47, 37, 0.18);
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --container: 1160px;
  --font-body: "Segoe UI", "Aptos", "Trebuchet MS", sans-serif;
  --font-display: "Segoe UI Semibold", "Aptos Display", "Segoe UI", sans-serif;
  --transition: 180ms ease;
}
