:root {
  /* Cores Principais */
  --background: #FFFFFF !important;
  --foreground: #0A130E !important; /* Verde Floresta */
  --primary: #A8CB79 !important; /* Verde Pistache */
  --primary-foreground: #0A130E !important; /* Texto escuro sobre o primário */

  /* Cores de Componentes */
  --card: #FFFFFF !important;
  --card-foreground: #0A130E !important;
  --popover: #FFFFFF !important;
  --popover-foreground: #0A130E !important;
  
  /* Secundário, Muted e Acento */
  --secondary: #0C2329 !important; /* Azul Petróleo */
  --secondary-foreground: #FFFFFF !important; /* Texto claro sobre o secundário */
  --muted: #E6E6E6 !important;
  --muted-foreground: #666666 !important; /* Cinza médio para texto suave */
  --accent: #0C2329 !important;
  --accent-foreground: #FFFFFF !important;
  
  /* Feedback e Contorno */
  --destructive: #DC2626 !important; /* Vermelho padrão para destrutivo */
  --border: #E6E6E6 !important;
  --input: #E6E6E6 !important;
  --ring: #A8CB79 !important; /* Anel com a cor primária */
}

.dark {
  /* Cores Principais */
  --background: #0A130E !important; /* Verde Floresta */
  --foreground: #FFFFFF !important;
  --primary: #A8CB79 !important; /* Verde Pistache */
  --primary-foreground: #0A130E !important; /* Texto escuro sobre o primário */

  /* Cores de Componentes */
  --card: #0C2329 !important;
  --card-foreground: #FFFFFF !important;
  --popover: #0C2329 !important;
  --popover-foreground: #FFFFFF !important;
  
  /* Secundário, Muted e Acento */
  --secondary: #E6E6E6 !important; /* Cinza Claro */
  --secondary-foreground: #0A130E !important; /* Texto escuro sobre o secundário */
  --muted: #0C2329 !important;
  --muted-foreground: #A0A0A0 !important;
  --accent: #A8CB79 !important;
  --accent-foreground: #0A130E !important;
  
  /* Feedback e Contorno */
  --destructive: #DC2626 !important; /* Vermelho padrão para destrutivo */
  --border: #334C55 !important;
  --input: #334C55 !important;
  --ring: #A8CB79 !important; /* Anel com a cor primária */
}