:root {
  color-scheme: light;
  --ink: #17324d;
  --muted: #586879;
  --paper: #fffdf7;
  --surface: #ffffff;
  --accent: #d84f2a;
  --accent-strong: #a93618;
  --accent-soft: #fff0e9;
  --success: #1f7652;
  --success-soft: #eaf7f0;
  --error: #a12d36;
  --error-soft: #fff0f1;
  --focus: #155eef;
  --line: #cad5df;
  --line-strong: #8293a3;
  --support: #2f6f62;
  --core: #315f9c;
  --challenge: #7b3f8d;
  --radius: 18px;
  --radius-small: 12px;
  --shadow: 0 16px 40px rgb(23 50 77 / 12%);
  --content-width: 1040px;
  --screen-width: 860px;
  --text-small: 0.9375rem;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  font-family: Pretendard, "Noto Sans KR", system-ui, -apple-system, sans-serif;
}
