/* .heading-font { font-family: 'Playfair Display', serif; } */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--usv-green);
    z-index: 1000;
    transition: width 0.3s ease;
}
.content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: var(--usv-green);
}
.content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
}
.content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.125rem;
}
.content ul, .content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}
.content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.highlight-box {
    background: rgba(16, 185, 129, 0.1);
    border-left: 4px solid var(--usv-green);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
}