:root {
  /* TYPOGRAPHY */
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;

  /* ELEVATION */
  --shadow-card: 0 6px 18px oklch(0% 0 0 / 0.10);

  /* BASE COLORS */
  --background: #fbfaf7;
  --foreground: #111111;

  /* SURFACES */
  --card: #ffffff;
  --card-foreground: #111111;

  /* POPOVER SURFACES */
  --popover: #ffffff;
  --popover-foreground: #111111;

  /* PRIMARY BRAND COLOR
     Strong luxury black identity
  */
  --primary: #050505;
  --primary-foreground: #ffffff;

  /* SECONDARY SURFACES */
  --secondary: #eef8f8;
  --secondary-foreground: #111111;

  /* MUTED UI */
  --muted: #f3f6f6;
  --muted-foreground: #5e6666;

  /* ACCENT COLORS
     Updated with requested turquoise brand color
  */
  --accent: #00B0B9;
  --accent-foreground: #ffffff;
  --accent-soft: #5ED3D9;
  --accent-strong: #00858C;

  /* ALTERNATIVE ACCENT */
  --accent-alt: #2b2926;
  --accent-alt-foreground: #ffffff;

  /* FUNCTIONAL FEEDBACK COLORS */
  --destructive: #d92d20;
  --destructive-foreground: #ffffff;

  --success: #16a34a;
  --success-foreground: #ffffff;

  --info: #2563eb;
  --info-foreground: #ffffff;

  --warning: #f59e0b;
  --warning-foreground: #111111;

  /* FORM AND FOCUS COLORS */
  --border: #d7e7e8;
  --input: #c7dcde;
  --ring: var(--accent);

  /* AUCTION STATUS COLORS */
  --status-live: var(--destructive);
  --status-active: var(--success);
  --status-upcoming: var(--info);

  /* SHAPE */
  --radius: 0.45rem;
}
