/*
Theme Name: Muskurahat Clone
Theme URI: https://example.com
Author: Your Agency
Author URI: https://example.com
Description: NGO / non-profit fundraising theme replicating the Muskurahat Foundation layout — video hero, story slider, founder's note, impact counters, key enablers and a rich footer. Colors, fonts, images and all page content are fully editable from the WordPress dashboard (Customizer + ACF).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muskurahat-clone
*/

/* All actual styling lives in assets/css/main.css (enqueued in functions.php).
   This file only needs the header above for WordPress to recognize the theme,
   but we keep a tiny reset here too. */
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
