html,
body {
  overflow-x: hidden;
}

:root {
  --primary-color: #b0924d;
  --primary-dark: #ca9928;
  --primary-light: #c7a045;
  --secondary-color: #f59e0b;
  --accent-color: #065f46;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --background-light: #f8fafc;
}
