:root {
  --bg: #f6f7f4;
  --surface: #ffffff;
  --surface-strong: #f0f3f1;
  --text: #16211b;
  --muted: #647067;
  --border: #d7ded7;
  --primary: #126b50;
  --primary-strong: #0b4f3b;
  --accent: #c63f2e;
  --warning: #b7791f;
  --info: #2b6cb0;
  --shadow: 0 14px 35px rgba(22, 33, 27, 0.12);
  --radius: 8px;
  --topbar-height: 76px;
}
