/* Base Typography */
body {
    font-family: 'Lora', serif !important;
    background: #FAF8F5 !important;
    color: #2A2A2A !important;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}

/* Remove anchor links */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: none;
}

/* Article Content Styling */
.article-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 60px 0 24px;
}

.article-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 48px 0 20px;
}

.article-content p {
    margin-bottom: 28px;
}

.article-content blockquote {
    margin: 40px 0;
    padding: 32px 40px;
    background: #F5F2EE;
    border-left: 4px solid #C9A961;
    font-size: 20px;
    font-style: italic;
}

.article-content a {
    color: #5D3340;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-title { font-size: 32px !important; }
    .posts-grid { grid-template-columns: 1fr !important; }
    .article-card { grid-template-columns: 1fr !important; }
    .article-container { padding: 0 20px !important; }
}
