: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);

  /* Rheinisches Pferdestammbuch / Schloss Wickrath inspired:
     dominant deep green, clean white surfaces, warm cream/gold details */
  --background: #fbfcf8;
  --foreground: #1f2a1f;

  --card: #ffffff;
  --card-foreground: #1f2a1f;

  --popover: #ffffff;
  --popover-foreground: #1f2a1f;

  /* Main brand colour: deep Rheinland green */
  --primary: #1f5a2b;
  --primary-foreground: #ffffff;

  /* Soft green/cream surfaces */
  --secondary: #edf3e8;
  --secondary-foreground: #1f5a2b;

  --muted: #f3f5ef;
  --muted-foreground: #66705f;

  /* CTA / auction action: heritage green */
  --accent: #1f5a2b;
  --accent-foreground: #ffffff;

  --accent-soft: #dfeada;
  --accent-strong: #16421f;

  /* Warm gold/beige support tone for premium horse auction feel */
  --accent-alt: #c6a15b;
  --accent-alt-foreground: #ffffff;

  --destructive: #b8322a;
  --destructive-foreground: #ffffff;

  --success: #1f5a2b;
  --success-foreground: #ffffff;

  --info: #315f8c;
  --info-foreground: #ffffff;

  --warning: #d5a63f;
  --warning-foreground: #1f2a1f;

  --border: #d9e2d2;
  --input: #d9e2d2;

  --ring: #1f5a2b;

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

  --radius: 0.5rem;
}
