:root {
  --primary: #2d6a4f;
  --primary-light: #40916c;
  --primary-dark: #1b4332;
  --secondary: #f77f00;
  --accent: #52b788;
  --danger: #e63946;
  --warning: #ffb703;
  --success: #2d6a4f;
  --stock-high: #2d6a4f;
  --stock-medium: #f77f00;
  --stock-low: #e63946;

  --bg: #f4f7f5;
  --bg-card: #ffffff;
  --bg-dark: #1b4332;
  --text: #212529;
  --text-muted: #6c757d;
  --text-light: #ffffff;
  --border: #dee2e6;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sidebar-width: 260px;
  --mobile-width: 390px;
  --header-height: 64px;
  --bottom-nav-height: 72px;

  --transition: 0.2s ease;
}
