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

  /* Dansk HV adapted green identity */
  --background: #ffffff;
  --foreground: #111827;

  --card: #ffffff;
  --card-foreground: #111827;

  --popover: #ffffff;
  --popover-foreground: #111827;

  /* 🔥 Updated PRIMARY COLOR */
  --primary: #004C14;
  --primary-foreground: #ffffff;

  /* Soft green surfaces */
  --secondary: #eef6f0;
  --secondary-foreground: #004C14;

  --muted: #f5faf6;
  --muted-foreground: #5f667a;

  /* Main interaction / bid color */
  --accent: #004C14;
  --accent-foreground: #ffffff;

  --accent-soft: #dcebdd;
  --accent-strong: #00350e;

  /* Supporting dark green */
  --accent-alt: #002b0b;
  --accent-alt-foreground: #ffffff;

  /* Status colors */
  --destructive: #d91f2f;
  --destructive-foreground: #ffffff;

  --success: #004C14;
  --success-foreground: #ffffff;

  --info: #1d6f42;
  --info-foreground: #ffffff;

  --warning: #f2b705;
  --warning-foreground: #111827;

  --border: #d7e5da;
  --input: #d7e5da;

  /* Focus ring */
  --ring: #004C14;

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

  --radius: 0.5rem;
}
