/* Origami design tokens — rebuilt verbatim from the north-star visual contract
   (docs/design/blueprint-editor.northstar.html). The single source of truth for
   the "neat & friendly" palette across every authoring surface. */
:root {
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;

  /* cool-white ground, confident indigo, soft type-color taxonomy */
  --ground:#FBFCFE; --panel:#FFFFFF; --rail:#F7F8FC; --sheet:#F8F9FC;
  --line:#E7E9F1; --line2:#EDEFF5;
  --text:#232A38; --muted:#6A7384; --dim:#9AA2B4;
  --accent:#5468F0; --accent-ink:#3A48C8; --accent-soft:#EEF0FE;
  --ok:#18A06B; --ok-soft:#E6F6EF;
  --danger:#D7443E; --danger-soft:#FCEDEC;

  /* step-type taxonomy: saturated bar/dot + soft tint */
  --ask:#3B82F6;    --ask-soft:#EFF5FF;
  --msg:#8A93A5;    --msg-soft:#F1F3F7;
  --fork:#8B5CF6;   --fork-soft:#F3EEFE;
  --remind:#E0922A; --remind-soft:#FDF3E4;
  --wait:#14A8A0;   --wait-soft:#E6F6F5;
  --smart:#D6539E;  --smart-soft:#FCEDF6;
}
