/*
 * Generated by scripts/build_design_tokens.mjs from design/tokens.json.
 * Edit the JSON and run the script; edits here are overwritten and a test
 * fails when this file and the JSON disagree.
 */

:root {
  --ft-blue: #1b64da;
  --ft-blue-on-dark: #74a2ff;
  --ft-blue-strong: #1552b8;
  --ft-blue-soft: #eaf3ff;
  --ft-danger: #dc2626;
  --ft-ink: #191f28;
  --ft-muted: #5b6573;
  --ft-border: #e5e8eb;
  --ft-surface: #f2f4f6;
  --ft-dark: #0b1320;
  --ft-dark-panel: #151f2e;

  --ft-radius-sm: 6px;
  --ft-radius-md: 8px;
  --ft-radius-lg: 12px;
  --ft-radius-xl: 16px;
  --ft-radius-pill: 999px;

  --ft-weight-emphasis: 600;
  --ft-weight-title: 700;
  --ft-weight-display: 800;

  --ft-font: Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", "Hiragino Sans", "Noto Sans CJK JP", "Noto Sans CJK SC", sans-serif;
}
