﻿

.story-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.story-content h2 {
    font-size: 1.40rem;
    font-weight: 600;
   
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.story-content strong {
    font-weight: 700;
    color: #111827;
}

.story-content a {
    color: #dc2626;
    text-decoration: none;
}

.story-content blockquote {
    border-left: 4px solid #d1d5db;
    padding-left: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #4b5563;
}


