/* page.css — baseline content styles for public pages
   Scoped to .page-content to avoid affecting admin layouts.
   Load globally in header; page-specific sheets override as needed. */

.page-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.page-content h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #1e3a5f;
    margin-top: 2.5rem;
    margin-bottom: 0.4rem;
    border-top: 2px solid #e5e7eb;
    padding-top: 1.5rem;
}

.page-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 1.5rem;
}

.page-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.page-content li {
    margin-bottom: 0.35rem;
}

.page-content p {
    margin-bottom: 0.75rem;
}
