:root {
  /* Hof Kasselmann Auction
     Target tenant: https://www.hofkasselmann-auction.com/
  */

  /* TYPOGRAPHY */
  --font-body: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Libre Baskerville', Georgia, serif;

  /* ELEVATION */
  --shadow-card: 0 6px 18px rgba(28, 58, 102, 0.12);

  /* BASE COLORS */
  --background: #FAF9F5;
  --foreground: #1B2430;

  /* SURFACES */
  --card: #FFFFFF;
  --card-foreground: #1B2430;

  /* POPOVER */
  --popover: #FFFFFF;
  --popover-foreground: #1B2430;

  /* PRIMARY BRAND */
  --primary: #1C3A66;
  --primary-foreground: #FFFFFF;

  /* SECONDARY */
  --secondary: #F0EDE4;
  --secondary-foreground: #1C3A66;

  /* MUTED */
  --muted: #F5F3ED;
  --muted-foreground: #6C6F73;

  /* ACCENT */
  --accent: #B8A16A;
  --accent-foreground: #1B2430;
  --accent-soft: #D8C895;
  --accent-strong: #8F7742;

  /* ALTERNATIVE ACCENT */
  --accent-alt: #7D8782;
  --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: #1B2430;

  /* FORM AND FOCUS */
  --border: #DDD8CB;
  --input: #D1CAB9;
  --ring: var(--accent);

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

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