/* Typography based on the PDF style */
.focal-line-solar-page {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.branding-tag {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #555;
    font-size: 0.9rem;
}

.impact-headline {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.sub-headline {
    font-size: 1.4rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 25px;
}
