/*
Theme Name: New Life Society
Theme URI: https://newlifesociety.edgeone.dev/
Author: Custom Theme
Author URI: https://newlifesociety.edgeone.dev/
Description: A warm, editorial WordPress theme for New Life Society, an NGO working in the Sundarbans. Built to match the newlifesociety.edgeone.dev design: maroon utility bar, forest-green brand system, marigold accents, and cream section backgrounds.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: newlifesociety
Tags: custom-menu, featured-images, theme-options, translation-ready
*/

/* Base reset — full design lives in assets/css/style.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
