:root {
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --shadow-card: 0 8px 22px rgba(0, 0, 0, 0.16);

  /* Bavarian All Breeds Sale inspired:
     black/white sale badge, golden typography, red live-bidding CTA,
     charcoal textured sections and clean livestock-auction contrast. */
  --background: #ffffff;
  --foreground: #111111;

  --card: #ffffff;
  --card-foreground: #111111;

  --popover: #ffffff;
  --popover-foreground: #111111;

  /* Main auction colour: black badge / strong contrast */
  --primary: #111111;
  --primary-foreground: #ffffff;

  /* Light warm surfaces */
  --secondary: #f7f3e8;
  --secondary-foreground: #111111;

  --muted: #f4f1ea;
  --muted-foreground: #6d665b;

  /* Gold typography / brand accent */
  --accent: #d6ad35;
  --accent-foreground: #111111;

  --accent-soft: #f1e3b8;
  --accent-strong: #b98f19;

  /* Red live bidding / CTA block */
  --accent-alt: #e6331a;
  --accent-alt-foreground: #ffffff;

  --destructive: #e6331a;
  --destructive-foreground: #ffffff;

  --success: #4f7d3a;
  --success-foreground: #ffffff;

  --info: #333333;
  --info-foreground: #ffffff;

  --warning: #d6ad35;
  --warning-foreground: #111111;

  --border: #ddd6c8;
  --input: #ddd6c8;

  /* Focus ring follows golden sale accent */
  --ring: #d6ad35;

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

  /* Optional layout tokens if supported by the frontend */
  --header: #111111;
  --header-foreground: #ffffff;
  --nav: #111111;
  --nav-foreground: #ffffff;
  --footer: #222222;
  --footer-foreground: #ffffff;

  --radius: 0.5rem;
}
