/* --- Base Text Styles for Banners --- */

.banner-headline {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 0.25em;
}

.banner-subline {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.banner-cta {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: white;
    padding: 0.5em 1em;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.banner-cta:hover {
    transform: translateY(-1px);
}
