/*
 * JD Pools brand tokens — mirror of packages/brand/tokens.css.
 *
 * This file is duplicated here because the hub deploys as a static site
 * with Vercel Root Directory = apps/hub, so files in packages/brand are
 * outside the deploy scope. Keep this file in sync with the canonical
 * source: packages/brand/tokens.css.
 */
:root {
  --jd-navy: #181C38;        /* primary */
  --jd-navy-deep: #181D4E;   /* accent / text */
  --jd-orange: #EFA758;      /* secondary */
  --jd-bg: #FFFFFF;
  --jd-text: #181D4E;
  --jd-link: #181D4E;
  --jd-radius: 14px;
  --jd-font-body: "Prompt", ui-sans-serif, system-ui, sans-serif;
  --jd-font-heading: "DM Sans", "Prompt", ui-sans-serif, system-ui, sans-serif;
}
