:root {
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --shadow-card: 0 10px 30px oklch(16% 0.035 245 / 0.10);

  /* WeAuction brand-inspired palette */
  --background: oklch(99% 0.006 85);
  --foreground: oklch(24% 0.04 250);

  --card: oklch(100% 0 0);
  --card-foreground: oklch(24% 0.04 250);

  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(24% 0.04 250);

  /* Deep WeAuction navy for headers, navigation and primary UI */
  --primary: oklch(27% 0.055 245);
  --primary-foreground: oklch(100% 0 0);

  /* Soft blue-grey surfaces */
  --secondary: oklch(94% 0.025 230);
  --secondary-foreground: oklch(27% 0.055 245);

  --muted: oklch(96% 0.012 235);
  --muted-foreground: oklch(52% 0.025 245);

  /* WeAuction gold CTA / bid action colour */
  --accent: oklch(72% 0.135 78);
  --accent-foreground: oklch(18% 0.025 245);
  --accent-soft: oklch(86% 0.075 82);
  --accent-strong: oklch(63% 0.145 75);

  /* Warm orange highlight, useful for buy-now / secondary CTA elements */
  --accent-alt: oklch(69% 0.18 48);
  --accent-alt-foreground: oklch(100% 0 0);

  --destructive: oklch(57% 0.21 25);
  --destructive-foreground: oklch(100% 0 0);
  --success: oklch(65% 0.15 160);
  --success-foreground: oklch(100% 0 0);
  --info: oklch(62% 0.12 225);
  --info-foreground: oklch(100% 0 0);
  --warning: oklch(78% 0.14 82);
  --warning-foreground: oklch(18% 0.025 245);

  --border: oklch(88% 0.012 235);
  --input: oklch(88% 0.012 235);
  --ring: oklch(72% 0.135 78);

  --status-live: var(--destructive);
  --status-active: var(--success);
  --status-upcoming: var(--info);

  --radius: 0.75rem;
}
