/* KeyCheck 디자인 토큰 — 테마의 단일 소스 (DESIGN.md §4.2) */
:root {
  --bg: #0f1115;
  --surface: #171a21;
  --surface-2: #1c2029;
  --panel-inset: #12151c;

  --keycap-hi: #262c38;
  --keycap-lo: #1d222c;
  --keycap-mod-hi: #1e232d;
  --keycap-mod-lo: #171b23;
  --skirt: #0b0d12;

  --text: #e8eaf0;
  --text-dim: #8b93a5;

  --accent: #f5a524;
  --accent-hi: #ffd98a;
  --accent-soft: rgba(245, 165, 36, 0.14);
  --tested: #3ecf8e;
  --tested-soft: rgba(62, 207, 142, 0.12);
  --danger: #f0555f;

  --border: #2a3040;
  --radius: 14px;
  --radius-lg: 20px;

  --font: "Apple SD Gothic Neo", Pretendard, "Malgun Gothic", "맑은 고딕",
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "D2Coding", monospace;
}
