/* Auto-mapped from api.axenup.com/api/v2/my/system-info (B2Core uiConfig.theme).
   projectName=Axenup  theme_color=#119ca3
   No --chart-* block: B2Core exposes no chart palette for this tenant, so the
   app's built-in chart defaults apply rather than invented values. */
:root {
  --background: #ffffff;
  --foreground: #191919;
  --card: #f5f5f5;
  --card-foreground: #191919;
  --popover: #f5f5f5;
  --popover-foreground: #191919;
  --primary: #119ca3;
  --primary-foreground: #ffffff;
  --secondary: #def1f2;
  --secondary-foreground: #156165;
  --muted: #fafafa;
  --muted-foreground: #666666;
  --accent: #ecf7f8;
  --accent-foreground: #156165;
  --border: #d9d9d9;
  --input: #e6e6e6;
  --ring: #119ca3;
  --leaderboard-link-hover: #119ca3;
  --destructive: #f21501;
  --destructive-foreground: #ffffff;
}

.dark {
  --background: #191919;
  --foreground: #e6e6e6;
  --card: #212121;
  --card-foreground: #e6e6e6;
  --popover: #212121;
  --popover-foreground: #e6e6e6;
  --primary: #119ca3;
  --primary-foreground: #ffffff;
  --secondary: #182b2c;
  --secondary-foreground: #71bdc1;
  --muted: #1d1d1d;
  --muted-foreground: #999999;
  --accent: #182324;
  --accent-foreground: #71bdc1;
  --border: #404040;
  --input: #2e2e2e;
  --ring: #119ca3;
  --leaderboard-link-hover: #119ca3;
  --destructive: #f21501;
  --destructive-foreground: #ffffff;
}
