/**
 * 타이포그래피
 * 본문·제목: Pretendard (고딕 통일) / 숫자·코드: JetBrains Mono
 */

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pretendard', -apple-system, 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
}

/* 숫자·재무 데이터 */
.font-mono,
.financial-table__number,
.card__ticker-symbol,
.modal__ticker {
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    font-variant-numeric: tabular-nums;
}

/* 크기 스케일 */
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-md { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 2rem; }
