:root {
  --paper: #ffffff;
  --ink: #111111;
  --ink-soft: #666666;
  --ink-faint: #d9d9d9;
  --accent: #e5502a;
  --accent-ink: #ffffff;
  --metal-a: #b9b9bf;
  --metal-b: #f4f4f6;
  --metal-c: #84848c;
  --font-display: 'Archivo', 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', system-ui, sans-serif;
  --font-body: 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', system-ui, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, monospace;
  --track-display: -0.03em;
  --track-body: 0em;
  --w-display: 900;
  --w-body: 400;
  --text-xs: 0.8rem;
  --text-s: 0.92rem;
  --text-m: 1.05rem;
  --text-l: clamp(1.15rem, 0.80rem + 1.76vw, 1.6rem);
  --text-xl: clamp(1.94rem, 1.35rem + 2.97vw, 2.7rem);
  --text-xxl: clamp(3.02rem, 2.10rem + 4.62vw, 4.2rem);
  --text-hero: clamp(3rem, 8vw, 6.4rem);
  --leading-tight: 1.15;
  --leading-body: 1.65;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 16px;
  --sp-4: 24px;
  --sp-5: 40px;
  --sp-6: 64px;
  --sp-7: 104px;
  --stroke-w: 1.6px;
  --mo-dur: 0.15s;
  --mo-step: 0.09s;
  --mo-ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}
[data-theme="dark"] {
  --paper: #0a0a0a;
  --ink: #f2f2f2;
  --ink-soft: #9a9a9a;
  --ink-faint: #2c2c2c;
  --accent: #f26a42;
  --accent-ink: #141216;
}
