/*
Theme Name: IGDI - Isoko Global Development Initiative
Theme URI: https://www.igdinitiative.org
Author: Zenas Business Hub
Author URI: https://zenashub.com
Description: Official WordPress theme for the Isoko Global Development Initiative (IGDI) — a non-profit empowering communities across Isoko Nation, Delta State, Nigeria through AI & digital innovation, renewable energy, education and entrepreneurship. Built around the "Horizon Line" visual identity.
Version: 1.3.1
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: igdi
Tags: non-profit, ngo, one-column, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready, responsive-layout

This theme, once activated, includes its full design system in css/site.css
(enqueued via functions.php). This file intentionally only carries the
required WordPress theme header above plus a minimal reset, per WordPress
theme standards.
*/

/* Minimal base reset — full design system lives in css/site.css */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
