/* typography-focus — 거대 타이포 1개 + 미니멀 인용. */
.tf-root {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--primary, #0f0f0f);
  font-family: var(--font-display, "Pretendard"), "Noto Sans KR";
  padding: 120px 88px;
}
.tf-title {
  font-size: 144px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.tf-quote {
  font-size: 38px;
  line-height: 1.3;
}
.tf-author {
  font-size: 22px;
  font-weight: 500;
}
