:root {
  --fontFamily: 'Playfair Display', Georgia, serif;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.4);
  --shadow-xl: 0 12px 32px rgba(0,0,0,0.5);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --primaryColor: #d4af37;
  --secondaryColor: #b8941f;
  --bg: #1a1510;
  --bg-alt: #262018;
  --bg-hover: #352c1f;
  --text: #fefce8;
  --text-body: #fef08a;
  --text-muted: #eab308;
  --color-on-primary: #1a1510;
  --border: #44390a;
  --border-light: #2e2608;
  --rating-color: #d4af37;
  --overlay-bg: rgba(0,0,0,0.85);
  --footer-bg: #0f0d08;
  --footer-text: #fef08a;
  --footer-muted: #ca8a04;
  --footer-border: rgba(212,175,55,0.15);
}
