/*
Theme Name: Samatwam Yog Sewa Trust
Theme URI: https://samatwamyogsewatrust.org
Author: [Your Name / Agency — update before delivering to the client]
Author URI: 
Description: A custom WordPress theme built for Samatwam Yog Sewa Trust — an NGO working across education support, Gau Seva (cow protection), and critical-illness support. Includes a full donation flow (Razorpay online payments + bank transfer/UPI fallback), custom post types for Causes, Testimonials, and Gallery, a donation records log, and a Customizer-driven setup so the trust's staff can manage contact details, bank details, registration numbers, and homepage content without editing code. See SETUP-GUIDE.md for first-time configuration steps.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samatwam

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.

All actual styling lives in assets/css/main.css (enqueued in
functions.php with this file as its dependency) — this file exists
primarily to satisfy WordPress's required theme header block.
*/

/* Minimal safety-net styles in case main.css fails to enqueue for any
   reason — not the theme's real design system, just a basic fallback. */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #F7EFDE;
	color: #1C2A3D;
	margin: 0;
}
