:root {
  --color-primary: #c96500;
  --color-text: #565656;
  --color-text-secondary: #d7dcdf;
  --color-text-accent: #ffffff;
  --color-background: #f2f2f2;
  --color-background-secondary: #bebebe;
  --color-background-secondary-light: #eeeeee;
  --color-background-card: #ffffff;
  --color-background-accent: rgba(0, 0, 0, 0.8);
  --color-background-rgba: rgba(242, 242, 242, 0.9);
}
