:root{
--font-sans:'Pretendard','Noto Sans KR',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
--font-display:'Plus Jakarta Sans',var(--font-sans);
--font-mono:'Fira Code','Fira Mono',Consolas,Monaco,monospace;
--font-weight-normal:400;
--font-weight-medium:500;
--font-weight-semibold:600;
--font-weight-bold:700;
--font-weight-extrabold:800;
--text-h1-size:clamp(32px,5vw,56px);
--text-h1-tracking:-0.02em;
--text-h1-line:1.2;
--text-h2-size:clamp(24px,3.5vw,40px);
--text-h2-tracking:-0.01em;
--text-h2-line:1.3;
--text-h3-size:clamp(20px,2.5vw,28px);
--text-h3-line:1.4;
--text-h4-size:18px;
--text-h4-line:1.5;
--text-body1-size:16px;
--text-body1-line:1.7;
--text-body2-size:14px;
--text-body2-line:1.5;
--text-caption-size:12px;
--text-caption-line:1.5;
--text-eyebrow-tracking:0.08em;
}
