/* Legal pages typography tweaks (scoped to .legal containers) */

.legal h1 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.legal h2 {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal h3 {
    font-size: 1.15rem;
    line-height: 1.25;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.legal h4 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.legal h5 {
    font-size: 0.95rem;
    line-height: 1.25;
}

.legal h6 {
    font-size: 0.9rem;
    line-height: 1.25;
}
