/* Перебиваем стили Tailwind Typography для контента */
.prose h1, 
.prose h2, 
.prose h3, 
.prose h4, 
.prose h5, 
.prose h6 {
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    color: #1a1a1a !important;
}

.prose h1 { font-size: 2.5rem !important; }
.prose h2 { font-size: 2rem !important; }
.prose h3 { font-size: 1.75rem !important; }
.prose h4 { font-size: 1.5rem !important; }
.prose h5 { font-size: 1.25rem !important; }
.prose h6 { font-size: 1rem !important; }

.prose h1:first-child, 
.prose h2:first-child {
    margin-top: 0 !important;
}