h1, h2, h3, h4, h5, h6, .text-display, .text-title, .text-subtitle {
    font-family: var(--font-header);
    text-transform: uppercase;
}

h1, .text-display {
    font-size: 6rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: var(--spacing-small);
}

h2, .text-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: var(--spacing-medium);
}

h3, .text-subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-text-main);
    margin-bottom: var(--spacing-small);
}

.text-muted {
    color: var(--color-text-muted);
}

.text-lead {
    font-size: 1.125rem;
    color: var(--color-text-muted);
    max-width: 600px;
}

.accent-text {
    color: var(--color-accent-brand);
}

.legal-content-pre {
    background: var(--color-bg-card);
    padding: var(--spacing-large);
    border: 1px solid var(--color-border-subtle);
    font-family: monospace;
    white-space: pre-wrap;
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    h1, .text-display { font-size: 4rem; }
    h2, .text-title { font-size: 2.5rem; }
}
