:root {
  /* BRAND ADAPTATION GUIDE
     Target tenant: https://flandersfoalauction.be/
     Brand read:
     - Primary: rich Flanders green used in logo/background/event artwork
     - Accent: metallic auction gold used in logo, CTA bands and highlights
     - Typography: bold modern sans-serif auction/event style
  */

  /* TYPOGRAPHY */
  --font-body: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;

  /* ELEVATION */
  --shadow-card: 0 6px 20px rgba(0, 0, 0, 0.12);

  /* BASE COLORS */
  --background: #fbfaf4;
  --foreground: #0d2f22;

  /* SURFACES */
  --card: #ffffff;
  --card-foreground: #0d2f22;

  /* POPOVER */
  --popover: #ffffff;
  --popover-foreground: #0d2f22;

  /* PRIMARY BRAND
     Deep green is the strongest Flanders Foal Auction identity color.
  */
  --primary: #004C2E;
  --primary-foreground: #ffffff;

  /* SECONDARY SURFACES
     Soft green-tinted neutral for low-emphasis panels.
  */
  --secondary: #eaf2ec;
  --secondary-foreground: #004C2E;

  /* MUTED UI */
  --muted: #f2f0e8;
  --muted-foreground: #627067;

  /* ACCENT COLORS
     Gold is the main brand highlight/CTA color from the logo and auction artwork.
  */
  --accent: #D6B35A;
  --accent-foreground: #0d2f22;
  --accent-soft: #E7D18A;
  --accent-strong: #AA8731;

  /* ALTERNATIVE ACCENT */
  --accent-alt: #0B3A28;
  --accent-alt-foreground: #ffffff;

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

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

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

  --warning: #f59e0b;
  --warning-foreground: #0d2f22;

  /* FORM + FOCUS */
  --border: #d9dfd5;
  --input: #cbd7ce;
  --ring: var(--accent);

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

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