/*
Theme Name: Ije Africa — Approved Index
Theme URI: https://ijeafrica.com
Author: Ije Africa
Description: The approved Ije website production candidate as a self-contained WordPress theme. The theme owns the public frontend; legacy page-builder data cannot replace it unless an editor explicitly enables an override.
Version: 2.4.42
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ije-africa
*/

/* Ije Blog heading hierarchy — 2026-09-06. Article body only. */
body.single-post.ije-approved-index-theme .wp-entry-content h2 {
 font-family: Newsreader, Georgia, serif;
 font-size: clamp(1.875rem, 1.5rem + 1.5vw, 2.5rem);
 font-weight: 500;
 line-height: 1.18;
 letter-spacing: -0.015em;
 margin-top: clamp(3rem, 5vw, 4rem);
 margin-bottom: 1.25rem;
}
body.single-post.ije-approved-index-theme .wp-entry-content h3 {
 font-family: Mulish, Arial, sans-serif;
 font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.375rem);
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: normal;
 margin-top: 2rem;
 margin-bottom: 0.875rem;
}
