:root {
  --primary-color: #322431;
  --secondary-color: #d99939;
  --highlight-color: #473646;
  --accent-color: #d99939;
  --background-light: #ffffff;
  --background-muted: #f3f4f6;
  --background-neutral: #e0e0e0;
  --text-main: #000000;
  --text-secondary: #666666;
  --text-light: #ffffff;
  --hover-primary: #473646;
  --hover-secondary: #d99939;
  --success-color: #28a745;
  --warning-color: #d99939;
  --error-color: #dc3545;
  --info-color: #17a2b8;
  --border-light: #dcdcdc;
  --border-hover: #322431;
}

