.display-title{

    font-size:clamp(3rem,8vw,5.8rem);

    font-weight:800;

    line-height:1.05;

    letter-spacing:-2px;

}

.section-title{

    font-size:clamp(2rem,4vw,3rem);

    font-weight:700;

}

.lead-text{

    font-size:1.2rem;

    color:var(--muted);

    max-width:720px;

}

.body-text{

    color:var(--muted);

    font-size:1rem;

}