/* © 2026 김용현 */
:root {
  /* GeoTester(geotester.bgnl.kr)에서 가져온 토큰 */
  --background: #ffffff;
  --surface: #f8f9fb;
  --border: #e2e5ea;
  --foreground: #1e2a4a;
  --muted: #8b95a5;
  --accent: #1e2a4a;
  --accent-hover: #2a3a5c;

  /* 지도 전용 */
  --no-data: #f2efe9;
  --map-stroke: #1e2a4a;

  --radius: 4px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

  --header-height: 48px;
  --tabs-height: 40px;
  --sidebar-width: 380px;

  --font-sans: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  --text-body: 13px;
  --text-caption: 11px;
}
