/*
Theme Name: Navodaya
Description: Custom hybrid PHP theme acting as the Stitch UI rendering engine for the Navodaya NZ website.
Author: Antigravity
Version: 9.0
*/

/* Article Content Styling */
.article-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #334155;
    font-size: 1.125rem;
}

.article-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0f172a;
}
