:root {
  --primary-gold: #B88917;
  --primary-gold-dark: #9E7510;
  --primary-gold-muted: #DBC386; /* Lighter gold for inactive icons */
  --background: #FFFFFF; /* Pure white background */
  --surface: #FFFFFF;
  --text-main: #252525;
  --text-muted: #707070;
  --border: #E8E4DC;
  --accent-red: #D9534F;
  --status-resale: #FF6B35;
  --status-rent: #007BFF;
  --status-ready: #28A745;
  --status-uc: #FFC107;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --transition-speed: 0.3s;
}
