/* ─────────────────────────────────────────────────────────────────────
   mbz2scorm — design tokens

   One source for both the marketing site and the preview tool, so the
   free tool does not look like it came from somewhere else.

   Deliberately NOT Excel University's palette: #006C31 and #ffbf00 belong
   to a different company, and stripping them is a correctness matter, not
   a white-label nicety.
   ───────────────────────────────────────────────────────────────────── */

:root {
  /* surface */
  --bg:        #f6f6f8;
  --bg-sunk:   #eeeef2;
  --panel:     #ffffff;
  --line:      #e3e4e9;
  --line-soft: #eff0f3;

  /* ink */
  --ink:       #17181c;
  --ink-soft:  #3d4048;
  --muted:     #6c7078;

  /* accent */
  --accent:      #4338ca;
  --accent-ink:  #3730a3;
  --accent-soft: #eef0fd;

  /* status — these three carry meaning in the conversion report and
     must stay consistent between the site and the app:
     convert / degrade / skip  →  ok / warn / err */
  --ok:        #15803d;
  --ok-soft:   #e8f5ec;
  --warn:      #b45309;
  --warn-soft: #fdf3e3;
  --err:       #b91c1c;
  --err-soft:  #fdf0ef;

  /* console — the instrument panel in the preview tool */
  --console-bg:   #14161b;
  --console-ink:  #d9dce3;
  --console-dim:  #7f8694;
  --console-line: #23262e;
  --console-key:  #9db2ff;
  --console-val:  #e8eaf0;

  /* type */
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* geometry */
  --r-sm: 6px;
  --r-md: 9px;
  --r-lg: 14px;
  --measure: 62ch;
}
