/* B2COPY Multitenant — blue accent (#3385ff) for both themes */

:root {
  --primary: #3385ff;
  --primary-foreground: #ffffff;
  --secondary: #e8f0ff;
  --secondary-foreground: #1a3a7a;
  --accent: #e8f0ff;
  --accent-foreground: #1a3a7a;
  --ring: #3385ff;
  --leaderboard-link-hover: #3385ff;
}

.dark {
  --primary: #3385ff;
  --primary-foreground: #ffffff;
  --secondary: #162040;
  --secondary-foreground: #e8f0ff;
  --accent: #162040;
  --accent-foreground: #e8f0ff;
  --ring: #3385ff;
  --leaderboard-link-hover: #3385ff;
}
