/*
Theme Name: Light Generation Ministry
Theme URI: https://lightgenerationministry.or.tz
Author: Light Generation Ministry Dev Team
Author URI: https://lightgenerationministry.or.tz
Description: Custom enterprise-grade WordPress theme for Light Generation Ministry — bilingual (English/Kiswahili), built entirely on WordPress core with no page builders and no third-party plugins. CSS-variable design system, CSS Grid/Flexbox, vanilla JavaScript. No Bootstrap.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lgm-theme

v1.0 — first production-ready release: theme setup, security headers,
bilingual cookie switcher, CSS-variable design system, header/footer/nav,
and a static homepage. Custom post types (Sermons, Events, Testimonials,
etc.), forms, and PawaPay integration are later build phases — see the
project guide's "Suggested Build Priority" section.

Component styles live in assets/css/variables.css and assets/css/main.css,
enqueued via inc/enqueue.php. This file is kept to the required theme
header plus a minimal reset, so it stays the single source of truth
WordPress expects without becoming a dumping ground for styles.
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}
