:root {
  --font-body: 'Outfit', 'Inter', system-ui, sans-serif;
  --font-display: 'Outfit', 'Montserrat', system-ui, sans-serif;
  --shadow-card: 0 4px 16px rgb(8 31 45 / 0.12);

  /* Grand Prix Sales brand colors: deep navy, champagne gold, warm off-white */
  --background: #fbfaf7;
  --foreground: #0b2233;

  --card: #ffffff;
  --card-foreground: #0b2233;

  --popover: #ffffff;
  --popover-foreground: #0b2233;

  --primary: #0b2233;
  --primary-foreground: #ffffff;

  --secondary: #f3efe6;
  --secondary-foreground: #0b2233;

  --muted: #ede8dd;
  --muted-foreground: #66717a;

  --accent: #d3b36a;
  --accent-foreground: #0b2233;
  --accent-soft: #e4cf95;
  --accent-strong: #b89445;

  --accent-alt: #112f46;
  --accent-alt-foreground: #ffffff;

  --destructive: #b94035;
  --destructive-foreground: #ffffff;
  --success: #2f8f65;
  --success-foreground: #ffffff;
  --info: #2b6f9f;
  --info-foreground: #ffffff;
  --warning: #d3b36a;
  --warning-foreground: #0b2233;

  --border: #dfd7c8;
  --input: #dfd7c8;
  --ring: #d3b36a;
  --status-live: var(--destructive);
  --status-active: var(--success);
  --status-upcoming: var(--info);

  --radius: 0.5rem;
}
