/* PCPint design tokens — LOCKED (design/DESIGN.md).
   Theme: the original Iris console dark theme (iris-console/static/console.css).
   Every colour and font-family in the app references these vars.
   No inline hex / font names outside this file (hallmark gate 48). */

:root {
  /* palette — old Iris console dark */
  --paper: #0b0e13;
  --paper-2: #151c26;
  --paper-3: #1c2633;
  --ink: #eceff4;
  --ink-2: #8b9aab;
  --ink-3: #6b7d90;
  --sidebar: #0f141b;
  --sidebar-ink: #eceff4;
  --sidebar-line: #1a222d;
  --accent: #3d9cf0;
  --accent-hover: #5aabf2;
  --accent-ink: #ffffff;
  --accent-soft: rgb(61 156 240 / 0.16);
  --accent2: #6b7cff;
  --link: #7ec4ff;
  --teal: #3ecf8e;
  --teal-soft: rgb(62 207 142 / 0.14);
  --warn: #f0b429;
  --warn-soft: rgb(240 180 41 / 0.14);
  --ok: #3ecf8e;
  --ok-soft: rgb(62 207 142 / 0.14);
  --bad: #f07178;
  --bad-soft: rgb(240 113 120 / 0.14);
  --line: #2a3748;

  /* type — old Iris stack (system fonts, no webfont) */
  --font-display: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", "SF Mono", Menlo, Consolas, monospace;

  /* spacing (4px grid) */
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s8: 48px;

  /* shape — old Iris radii */
  --r-card: 14px;
  --r-ctl: 10px;
  --r-pill: 999px;
  --shadow-overlay: 0 8px 24px rgb(0 0 0 / 0.4);

  /* motion: 120-200ms ease-out only */
  --t-fast: 120ms ease-out;
  --t-med: 200ms ease-out;
}
