/*
Theme Name: NGO Platform Theme
Theme URI: https://example.com/ngo-platform
Author: Antigravity
Author URI: https://example.com
Description: Custom WordPress theme for NGO Platform using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ngo, public-organization, tailwind
Text Domain: ngo-platform
*/

/* Basic Reset & Tailwind Base (via CDN for this version) */
body {
    background-color: #F8FAFC;
    color: #1E293B;
}
