:root {
  --color-primary: #729452;
  --color-primary-dark: #4c6237;
  --color-primary-light: #9bb87f;
  --color-primary-pale: #c1d3b0;
  --color-text-primary: #3e3e3e;
  --color-text-dark: #1a1a1a;
  --color-text-primary-light: #f7efe5;
  --color-text-light: #f9f9f9;

  --color-secondary: #61507c;
  

  --color-danger: #c83737;


  --color-bg: #0f172a;
  --color-surface: #111827;
  --color-accent: #22c55e;
  --color-accent-soft: rgba(34, 197, 94, 0.1);
  --color-text: #e5e7eb;
  --color-muted: #9ca3af;
  --color-border: #1f2937;
  --radius-md: 3px;
  --radius-lg: 5px;
  --shadow-soft: 0 5px 10px rgba(15, 23, 42, 0.25);
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --spacing: 1rem;
}
