/* Dooley Wireframe Kit — minimal base. Wireframes are unstyled by design;
   this only sets the canvas and the generic typeface. */

body {
  margin: 0;
  font-family: var(--wf-font-sans);
  font-size: var(--wf-text-body);
  line-height: var(--wf-leading-body);
  color: var(--wf-ink);
  background: var(--wf-canvas);
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
