/* ExBrain typography tokens — Manrope / Geist Mono ("one machined voice") */
:root {
  --display: "Manrope", -apple-system, system-ui, sans-serif; /* @kind font */
  --sans:    "Manrope", -apple-system, system-ui, sans-serif; /* @kind font */
  --mono:    "Geist Mono", ui-monospace, Menlo, monospace; /* @kind font */

  /* Role recipes */
  --font-display: 700 clamp(48px, 6vw, 84px)/1.0 var(--display); /* tracking -0.045em */
  --track-display: -0.045em;

  --size-section: 28px;   /* weight 600, tracking -0.025em */
  --track-section: -0.025em;

  --size-card-title: 17px; /* weight 600, tracking -0.02em */
  --track-body: -0.01em;

  --size-body: 15px;       /* 14-16px, line-height 1.6-1.62, color --ink-2 */
  --leading-body: 1.62;

  --size-mono-label: 11px; /* 10.5-11px, tracking +0.14em, uppercase, --ink-4 */
  --track-mono: 0.14em;

  /* Figures: always tabular in data contexts */
  --numeric-data: tabular-nums; /* @kind other */
}
