/* Dooley Wireframe Kit — type tokens.
   One generic typeface, on purpose. No webfonts ship with this system:
   wireframes must not telegraph typographic decisions. The mono stack is
   reserved for the annotation/meta layer so it never reads as page content. */

:root {
  --wf-font-sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --wf-font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* Scale — sizes indicate hierarchy, not final type decisions */
  --wf-text-h1: 30px;
  --wf-text-h2: 22px;
  --wf-text-h3: 17px;
  --wf-text-body: 14px;
  --wf-text-small: 12px;
  --wf-text-label: 11px;   /* zone labels, UPPERCASE tracked */
  --wf-text-meta: 12px;    /* annotations, frame meta — mono */

  --wf-weight-regular: 400;
  --wf-weight-medium: 500;
  --wf-weight-bold: 700;

  --wf-leading-tight: 1.15;
  --wf-leading-body: 1.5;

  --wf-tracking-label: 0.08em;
}
