:root {
  --color-bg: #eef5ea;
  --color-surface: #ffffff;
  --color-surface-soft: #f8fbf7;
  --color-border: #e3eadf;
  --color-text: #004b50;
  --color-text-muted: #5b6b7d;
  --color-green: #008800;
  --color-green-dark: #0b4f43;
  --color-green-soft: #c8edbd;
  --color-blue: #044d7d;
  --color-shadow: rgba(15, 23, 42, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --sidebar-width: 300px;
  --font-sans: "Open Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "Space Grotesk", "Segoe UI", Arial, sans-serif;
}
