/* Paleta do produto: marrom escuro, dourado e creme */
:root,
html body {
  --color-brand-navy: #2f1c10;
  --color-brand-dark: #1e120a;
  --color-brand-red: #4a2c17;
  --color-brand-gold: #c9a227;
  --color-brand-gold-dark: #9a7818;
  --color-brand-green: #c9a227;
  --color-brand-teal: #c9a227;
  --color-brand-teal-dark: #9a7818;
  --color-brand-teal-light: #efe0b6;

  --background: #fbf6ec;
  --foreground: #2f1c10;
  --card: #fffaf1;
  --card-foreground: #2f1c10;
  --popover: #fffaf1;
  --popover-foreground: #2f1c10;
  --primary: #2f1c10;
  --primary-foreground: #fbf6ec;
  --secondary: #f2e7d4;
  --secondary-foreground: #2f1c10;
  --muted: #f2e7d4;
  --muted-foreground: #7a5c42;
  --accent: #efe0b6;
  --accent-foreground: #2f1c10;
  --border: #e2d3ba;
  --input: #e2d3ba;
  --ring: #c9a227;
}

/* CTAs em dourado */
.bg-green-600 { background-color: #9a7818 !important; }
