:root {
    /* Cores Principais */
    --background: #FCFCFC !important;
    --foreground: #080908 !important;
    --primary: #E95C1D !important;
    --primary-foreground: #FFFFFF !important;

    /* Cores de Componentes */
    --card: #FFFFFF !important;
    --card-foreground: #080908 !important;
    --popover: #FFFFFF !important;
    --popover-foreground: #080908 !important;
    
    /* Secundário, Muted e Acento */
    --secondary: #F4F4F4 !important;
    --secondary-foreground: #1E1F1E !important;
    --muted: #EAEAEA !important;
    --muted-foreground: #8C8D8C !important;
    --accent: #FFECD9 !important;
    --accent-foreground: #AD4514 !important;
    
    /* Feedback e Contorno */
    --destructive: #DF0F18 !important;
    --border: #D0D0D0 !important;
    --input: #D0D0D0 !important;
    --ring: #F7A812 !important;

      /* Outros */
    --sidebar-primary: #E95C1D !important;
}

.dark {
    /* Cores Principais */
    --background: #080908 !important;
    --foreground: #FCFCFC !important;
    --primary: #E95C1D !important;
    --primary-foreground: #080908 !important;

    /* Cores de Componentes */
    --card: #1E1F1E !important;
    --card-foreground: #FCFCFC !important;
    --popover: #1E1F1E !important;
    --popover-foreground: #FCFCFC !important;
    
    /* Secundário, Muted e Acento */
    --secondary: #2C2E2C !important;
    --secondary-foreground: #FCFCFC !important;
    --muted: #2C2E2C !important;
    --muted-foreground: #AFAFAF !important;
    --accent: #F7A812 !important;
    --accent-foreground: #080908 !important;
    
    /* Feedback e Contorno */
    --destructive: #DF0F18 !important;
    --border: #2C2E2C !important;
    --input: #2C2E2C !important;
    --ring: #E95C1D !important;
}