/* Palette from B2Core design task PAN-43179 (Vantor Markets). accent gold #f0b90b. */
:root {
  --background: #ffffff;
  --foreground: #181a20;
  --card: #f7f7f8;
  --card-foreground: #181a20;
  --popover: #ffffff;
  --popover-foreground: #181a20;
  --border: #d6d7db;
  --input: #e9eaec;
  --muted: #f1f2f3;
  --muted-foreground: #6c6f7a;
  --primary: #f0b90b;
  --primary-foreground: #181a20;
  --secondary: #e9eaec;
  --secondary-foreground: #181a20;
  --accent: #f0b90b1a;
  --accent-foreground: #181a20;
  --ring: #cc7a15;
  --leaderboard-link-hover: #cc7a15;
  --destructive: #f6465d;
  --destructive-foreground: #ffffff;
  --chart-1: #f0b90b;
  --chart-2: #2d70ff;
  --chart-3: #0b9a6d;
  --chart-4: #cc7a15;
  --chart-5: #6c6f7a;
}

.dark {
  --background: #181a20;
  --foreground: #ffffff;
  --card: #1f2023;
  --card-foreground: #ffffff;
  --popover: #1f2023;
  --popover-foreground: #ffffff;
  --border: #3c3e44;
  --input: #2b2c31;
  --muted: #242529;
  --muted-foreground: #878a95;
  --primary: #f0b90b;
  --primary-foreground: #181a20;
  --secondary: #2b2c31;
  --secondary-foreground: #ffffff;
  --accent: #f0b90b1a;
  --accent-foreground: #ffffff;
  --ring: #f0b90b;
  --leaderboard-link-hover: #f5c220;
  --destructive: #f6465d;
  --destructive-foreground: #ffffff;
  --chart-1: #f0b90b;
  --chart-2: #2d70ff;
  --chart-3: #0b9a6d;
  --chart-4: #f5c220;
  --chart-5: #878a95;
}
