:root {
  --brand-50: #e7fff5;
  --brand-100: #ccfbe8;
  --brand-200: #9af4d1;
  --brand-300: #61eab8;
  --brand-400: #2fd89b;
  --brand-500: #00a874;
  --brand-600: #00855d;
  --brand-700: #006949;
  --brand-800: #0f4a38;
  --brand-900: #11382d;

  --ink-900: #0b1814;
  --ink-700: #1f3a31;
  --ink-500: #4a6d62;
  --ink-300: #8aa99f;
  --ink-100: #e7f1ed;

  --bg: #f7fbf9;
  --surface: #ffffff;
  --surface-soft: #f3faf6;
  --line: #cde6db;
  --line-strong: #90ccb6;

  --success: #0f9c6d;
  --warning: #9e7200;
  --danger: #b43f3f;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --shadow-soft: 0 12px 30px rgba(16, 60, 47, 0.08);
  --shadow-mid: 0 18px 50px rgba(13, 45, 36, 0.12);

  --space-1: 6px;
  --space-2: 10px;
  --space-3: 14px;
  --space-4: 18px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 44px;
  --space-8: 64px;

  --max-wrap: 1200px;

  --font-display: "Sora", "Space Grotesk", "Trebuchet MS", sans-serif;
  --font-body: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", "Courier New", monospace;
}
