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

  /* Agro-Expo inspired: fresh agricultural green, warm orange, clear expo blue */
  --background: oklch(99% 0.01 110);
  --foreground: oklch(26% 0.03 125);

  --card: oklch(100% 0 0);
  --card-foreground: oklch(26% 0.03 125);

  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(26% 0.03 125);

  /* Main brand colour: Agro-Expo green */
  --primary: oklch(55% 0.13 135);
  --primary-foreground: oklch(100% 0 0);

  /* Soft green surfaces */
  --secondary: oklch(94% 0.04 125);
  --secondary-foreground: oklch(31% 0.08 135);

  --muted: oklch(95% 0.025 120);
  --muted-foreground: oklch(46% 0.035 125);

  /* CTA / bidding accent: Agro-Expo orange */
  --accent: oklch(70% 0.17 55);
  --accent-foreground: oklch(100% 0 0);
  --accent-soft: oklch(90% 0.08 65);
  --accent-strong: oklch(62% 0.19 50);

  /* Supporting blue from the Agro-Expo logo */
  --accent-alt: oklch(58% 0.16 245);
  --accent-alt-foreground: oklch(100% 0 0);

  --destructive: oklch(55% 0.20 25);
  --destructive-foreground: oklch(100% 0 0);

  --success: oklch(55% 0.13 135);
  --success-foreground: oklch(100% 0 0);

  --info: oklch(58% 0.16 245);
  --info-foreground: oklch(100% 0 0);

  --warning: oklch(76% 0.16 75);
  --warning-foreground: oklch(24% 0.04 80);

  --border: oklch(88% 0.025 120);
  --input: oklch(88% 0.025 120);
  --ring: oklch(70% 0.17 55);

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

  --radius: 0.65rem;
}
