
h1, h2, h3, h4 { margin: 0 0 0.65em; color: var(--tpk-color-text); font-weight: 680; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.04em; }
h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.03em; }
h3 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.02em; }
h4 { font-size: 20px; }
p, ul, ol { margin: 0 0 1.25em; }
.tpk-text-muted { color: var(--tpk-color-muted); }
.tpk-text-small { font-size: 14px; }
