/* Design tokens for the analytics site. NOTHING but :root belongs in this
   file — same rule as the main site, see DESIGN.md §3.

   This is the ONLY file that differs from parnellprojects.com. site.css here
   is a byte-for-byte copy of public/site.css and must stay that way: change
   the layout there, then copy it across. See DESIGN.md §6. */

:root {
  /* Surfaces — navy, cards raised a step out of it rather than white */
  --bg:             #0f1e33;
  --surface:        #18293f;
  --surface-raised: #1f3350;
  --border:         #2e4460;

  /* Text */
  --text:      #eef3fa;   /* ~15:1 on --bg */
  --text-dim:  #a7b6ca;   /* ~8.1:1 on --bg — fine at 18px, never smaller */

  /* Brand — the same terracotta, lifted to carry on a dark ground.
     #a8481a is only 1.8:1 here; this is 7.0:1. Same hue, same family. */
  --accent:       #e8935a;
  --accent-soft:  #2a3b52;

  /* Geometry — identical to the main site */
  --tap-min:     56px;
  --radius:      14px;
  --radius-sm:    8px;
  --radius-pill: 999px;

  /* Type — body never below 18px; readers skew older */
  --text-base: 18px;
}
