/* SEALO 디자인 토큰 — 정본 = DESIGN.md frontmatter colors (scripts/check-design-tokens.mjs가 대조).
   색 역할은 하나씩: primary = 행동 · seal(인주색) = 확정·완료에만 · danger = 오류 · 상태색은 상태에만. */
:root {
  --primary: #3182f6;
  --primary-hover: #2272eb;
  --primary-weak-bg: #e8f3ff;
  --primary-weak-fg: #1b64da;
  --fg: #191f28;
  --body: #4e5968;
  --muted: #8b95a1;
  --danger: #e42939;
  --surface: #ffffff;
  --seal: #C0392B;
  --line: #e5e8eb;
  --bg2: #f9fafb;
  --bg3: #f2f4f6;
  --state-ok: #0f7b45;
  --state-ok-bg: #e6f7ed;
  --state-warn: #a15c07;
  --state-warn-bg: #fff4e6;
  --state-warn-line: #f6d9ac;
  --state-bad: #c92a2a;
  --state-bad-bg: #fdecec;
  --kr: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
