﻿.lead-paragraph {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.05rem;
    color: #541cc4;
}

@media screen and (max-width: 1000px) {
    .lead-paragraph { font-size: 2.2rem; line-height: 3rem; }
}
