/* Upforex — light-only palette built around the brand accent
   blue #0A5D8A with green #52B748 as the chart secondary. */

:root {
  /* backgrounds */
  --background: #ffffff;
  --card: #f6f7f9;
  --popover: #f6f7f9;
  --muted: #f1f2f5;

  /* foregrounds */
  --foreground: #0e1f2a;
  --card-foreground: #0e1f2a;
  --popover-foreground: #0e1f2a;
  --muted-foreground: #5b6470;

  /* borders & inputs */
  --border: #d6d9de;
  --input: #e8eaee;

  /* accent / primary — brand accent */
  --primary: #0a5d8a;
  --primary-foreground: #ffffff;
  --ring: #0a5d8a;
  --leaderboard-link-hover: #0a5d8a;

  /* tint tokens — primary at ~10% over white */
  --secondary: #e7eff3;
  --secondary-foreground: #0a5d8a;
  --accent: #e7eff3;
  --accent-foreground: #0a5d8a;

  /* states */
  --destructive: #db2d26;
  --destructive-foreground: #ffffff;

  /* charts — brand accent leads, brand green secondary */
  --chart-1: #0a5d8a;
  --chart-2: #52b748;
  --chart-3: #e6a700;
  --chart-4: #db2d26;
  --chart-5: #7c3aed;
}
