:root {
  --bg: #eef8f5;
  --bg-deep: #d9f0e8;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-tint: #ecfaf5;
  --ink: #0d2a2b;
  --ink-soft: #517174;
  --line: rgba(14, 102, 95, 0.14);
  --line-strong: rgba(14, 102, 95, 0.24);
  --brand: #1bb59c;
  --brand-strong: #0f7f73;
  --brand-deep: #0b4c4b;
  --accent: #b7f06a;
  --accent-strong: #7ccf3f;
  --danger: #8f2d2d;
  --container: 1160px;
  --radius: 26px;
  --radius-sm: 16px;
  --shadow: 0 24px 64px rgba(13, 42, 43, 0.10);
  --shadow-soft: 0 14px 38px rgba(27, 181, 156, 0.14);
  --font-display: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}
