/* Auto-mapped from api.monolithmarket.com/api/v2/my/system-info (B2Core uiConfig.theme). */
:root {
  --background: #ffffff;
  --foreground: #1b1a18;
  --card: #f7f6f6;
  --card-foreground: #1b1a18;
  --popover: #f7f6f6;
  --popover-foreground: #1b1a18;
  --primary: #bb9244;
  --primary-foreground: #ffffff;
  --secondary: #f5f0e5;
  --secondary-foreground: #735c30;
  --muted: #fbfafa;
  --muted-foreground: #747474;
  --accent: #faf6f0;
  --accent-foreground: #735c30;
  --border: #d9d8d5;
  --input: #eaeae8;
  --ring: #bb9244;
  --leaderboard-link-hover: #a5813c;
  --destructive: #bb4c44;
  --destructive-foreground: #ffffff;
}

.dark {
  --background: #1b1a18;
  --foreground: #ffffff;
  --card: #23221f;
  --card-foreground: #ffffff;
  --popover: #23221f;
  --popover-foreground: #ffffff;
  --primary: #bb9244;
  --primary-foreground: #ffffff;
  --secondary: #312b1e;
  --secondary-foreground: #dac398;
  --muted: #1f1e1c;
  --muted-foreground: #8f8f8f;
  --accent: #28241c;
  --accent-foreground: #dac398;
  --border: #43413d;
  --input: #2f2d2a;
  --ring: #bb9244;
  --leaderboard-link-hover: #a5813c;
  --destructive: #bb4c44;
  --destructive-foreground: #ffffff;
}
