/* Typography for Blog Content */
.prose p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    color: #475569;
}

.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 1.75em;
    margin-bottom: 0.75em;
    font-family: 'Quicksand', sans-serif;
}

.prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-family: 'Quicksand', sans-serif;
}

.prose ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
    color: #475569;
}

.prose li {
    margin-bottom: 0.5em;
}

.prose blockquote {
    border-left: 4px solid #5b84d4;
    padding-left: 1em;
    margin: 1.5em 0;
    font-style: italic;
    color: #64748b;
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 0 1rem 1rem 0;
}

.prose img {
    border-radius: 1rem;
    margin: 2em 0;
    width: 100%;
}