@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--gray-900);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.text-display { font-size: 32px; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.text-heading  { font-size: 24px; font-weight: 700; line-height: 1.3; letter-spacing: -0.01em; }
.text-title    { font-size: 18px; font-weight: 600; line-height: 1.4; }
.text-body     { font-size: 15px; font-weight: 400; line-height: 1.6; color: var(--gray-700); }
.text-caption  { font-size: 13px; font-weight: 400; line-height: 1.5; color: var(--gray-500); }
.text-muted    { color: var(--gray-500); }
.text-label    { font-size: 12px; font-weight: 600; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gray-500); }
