/* 06-components/boot — the boot/log line.
   c-boot__ok / c-boot__val recolour tokens. */
.c-boot {
  font-family: var(--font-chrome);
  color: var(--ink-dim);
  font-size: var(--text-sm);
  line-height: 1.8;
}
.c-boot b { color: var(--brand); font-weight: 400; }
.c-boot__ok  { color: var(--brand); }
.c-boot__val { color: var(--value); }
