/* style.css */
body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #212529;
    line-height: 1.6;
}

.hero-headline {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.content-width {
    max-width: 720px;
}

.newsletter-box {
    padding-top: 0.5rem;
}

.headshot-float {
    float: right;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: 0 0 1rem 1.5rem;
    shape-outside: circle(50%);
}

.speaking-list li {
    padding: 0.25rem 0;
    border-bottom: 1px solid #e9ecef;
}

.speaking-list li:last-child {
    border-bottom: none;
}

.accent-link {
    color: #63a54e;
    text-decoration: none;
}

.accent-link:hover {
    color: #4e8a3c;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .hero-headline {
        font-size: 1.5rem;
    }
}
