:root {
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --shadow-card: 0 6px 18px rgba(0,0,0,0.10);

  /* Base */
  --background: #ffffff;
  --foreground: #2b2b2b;

  --card: #ffffff;
  --card-foreground: #2b2b2b;

  --popover: #ffffff;
  --popover-foreground: #2b2b2b;

  /* 🔥 Updated PRIMARY (was red → now green) */
  --primary: #48845F;
  --primary-foreground: #ffffff;

  /* Soft UI */
  --secondary: #f3f5f4;
  --secondary-foreground: #2b2b2b;

  --muted: #f6f7f6;
  --muted-foreground: #6b6b6b;

  /* Accent follows primary */
  --accent: #48845F;
  --accent-foreground: #ffffff;

  --accent-soft: #e4efe9;
  --accent-strong: #3a6e4e;

  /* Keep gold feel subtle (brand elegance) */
  --accent-alt: #c6a85a;
  --accent-alt-foreground: #ffffff;

  /* Status */
  --destructive: #c0392b;
  --destructive-foreground: #ffffff;

  --success: #48845F;
  --success-foreground: #ffffff;

  --info: #3b82f6;
  --info-foreground: #ffffff;

  --warning: #f59e0b;
  --warning-foreground: #2b2b2b;

  /* UI */
  --border: #e5e7eb;
  --input: #e5e7eb;

  /* Focus ring now green */
  --ring: #48845F;

  /* Auction states */
  --status-live: var(--destructive);
  --status-active: var(--primary);
  --status-upcoming: var(--info);

  --radius: 0.5rem;
}
