/* Dynamic theme CSS - Auto-generated from PWA Admin */
:root {
  --primary: #b8957a;
  --primary-dark: #9f7c61;
  --secondary: #9c6b5f;
  --success: #7a9c7a;
  --bg-dark: #15120f;
  --bg-card: #26221d;
  --bg-secondary: #26221d;
  --bg-card-hover: #403c37;
}

/* Override body background with gradient or solid color */
body {
  background: linear-gradient(135deg, #ba937c 0%, #789d7d 100%) !important;
}
