.custom-content h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #c42605;
    font-size: 2.5rem;
    font-weight: 700;
}

.custom-content h2 {
    margin-top: 35px;
    margin-bottom: 18px;
    color: #c42605;
    font-size: 2rem;
    font-weight: 600;
}

.custom-content h3 {
    margin-top: 30px;
    margin-bottom: 16px;
    color: #c42605;
    font-size: 1.6rem;
    font-weight: 600;
}

.custom-content h4 {
    margin-top: 20px;
    margin-bottom: 14px;
    color: #c42605;
    font-size: 1.2rem;
    font-weight: 600;
}

.custom-content h5 {
    margin-top: 16px;
    margin-bottom: 10px;
    color: #c42605;
    font-size: 1rem;
    font-weight: 500;
}

.custom-content h6 {
    margin-top: 12px;
    margin-bottom: 8px;
    color: #c42605;
    font-size: 0.875rem;
    font-weight: 500;
}


