/* 스터짐N 텍스트 전용 스타일 (Tailwind 유틸리티와 분리 관리) */
/* 확정 스케일: 캡션 13 / 본문·버튼 16 / 소제목 18 / 큰제목 20 / 숫자강조 24 */

#stugymn-app {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;
  letter-spacing: -0.01em;
}

#stugymn-app .txt-brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#stugymn-app .txt-h1 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

#stugymn-app .txt-h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#stugymn-app .txt-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

#stugymn-app .txt-caption {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

#stugymn-app .txt-num {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

#stugymn-app .txt-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#stugymn-app .txt-tab {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

#stugymn-app .txt-sheet-title {
  font-size: 16px;
  font-weight: 700;
}

#stugymn-app .txt-sheet-sub {
  font-size: 13px;
  font-weight: 400;
  color: #52695d;
}
