/* Neutrals, accent, status and sample-cell colors as applied in the KTC Smart Lab dashboard. */
:root {
  --ink-1: #161616;
  --ink-2: #262626;
  --ink-3: #393939;
  --ink-4: #525252;
  --ink-5: #6f6f6f;
  --ink-6: #8d8d8d;
  --ink-7: #a8a8a8;
  --line-1: #c6c6c6;
  --line-2: #e0e0e0;
  --surface-page: #f4f4f4;
  --surface-card: #ffffff;
  --surface-header: #e0e0e0;
  --surface-subtle: #f4f4f4;

  --accent: #0f62fe;
  --accent-hover: #0043ce;
  --accent-mid: #4589ff;
  --accent-light: #a6c8ff;
  --accent-tint: #eef1f6;
  --row-hover: #f7f9fb;

  --status-ok: #24a148;
  --status-ok-text: #198038;
  --status-ok-bg: #defbe6;
  --status-warn: #f1c21b;
  --status-warn-text: #e07b00;
  --status-warn-bg: #fff4e0;
  --status-danger: #da1e28;
  --status-danger-bg: #ffd7d9;
  --status-idle: #c6c6c6;
  --status-plan: #e0e0e0;

  --cell-normal: #a7f0ba;
  --cell-warn: #fddc69;
  --cell-danger: #ffb3b8;
  --cell-done: #bcdcf0;
  --cell-received: #c6c6c6;
  --cell-registered: #d2e376;
  --cell-reported: #d7c1ff;
  --cell-setup: #e8d9b8;

  --bar-dark: #393939;
  --rail-dark: #161616;
}
