/* My Maa Markets brand (client Pantone card, Aug 2026):
   298 C #41B6E6 (cyan), 300 C #005EB8 (blue), Black 6 C #101820,
   2767 C #13294B (dark navy), White #FFFFFF */
:root {
  --background: #ffffff;
  --foreground: #101820;
  --card: #ffffff;
  --card-foreground: #101820;
  --popover: #ffffff;
  --popover-foreground: #101820;
  --border: #e2e9f2;
  --input: #cdd9e6;
  --muted: #eef3f9;
  --muted-foreground: #5a6b80;
  --primary: #005eb8;
  --primary-foreground: #ffffff;
  --secondary: #e8f0f8;
  --secondary-foreground: #13294b;
  --accent: #e1f3fc;
  --accent-foreground: #00568e;
  --ring: #005eb8;
  --leaderboard-link-hover: #004a94;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --chart-1: #005eb8;
  --chart-2: #41b6e6;
  --chart-3: #eab308;
  --chart-4: #fb923c;
  --chart-5: #7c3aed;
}

.dark {
  --background: #0d1b30;
  --foreground: #e8eef6;
  --card: #13294b;
  --card-foreground: #e8eef6;
  --popover: #13294b;
  --popover-foreground: #e8eef6;
  --border: #24405f;
  --input: #24405f;
  --muted: #1a3152;
  --muted-foreground: #8fa3bd;
  --primary: #41b6e6;
  --primary-foreground: #0b1830;
  --secondary: #1b3a5e;
  --secondary-foreground: #cfe6f7;
  --accent: #163553;
  --accent-foreground: #bfe3f9;
  --ring: #41b6e6;
  --leaderboard-link-hover: #6cc8ef;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --chart-1: #41b6e6;
  --chart-2: #7cd0f2;
  --chart-3: #eab308;
  --chart-4: #fb923c;
  --chart-5: #a855f7;
}
