/*
Theme Name: BPAC Electoral Trust
Theme URI: https://bhartaiyapac.com
Author: RNA Media Group
Author URI: https://rnamediagroup.com
Description: Official WordPress theme for Bharatiya Political Action Committee Electoral Trust — a transparent, ECI-compliant political donation platform listing all Section 29A registered parties eligible under the Electoral Trust Scheme, 2013.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: Private
License URI: https://bhartaiyapac.com
Text Domain: bpac
Tags: political, donation, electoral-trust, india, custom-theme
*/

/* ===================================================
   BPAC ELECTORAL TRUST — GLOBAL BASE STYLES
   Full styling is in assets/css/bpac-main.css
=================================================== */

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

body {
    font-family: 'DM Sans', sans-serif;
    background: #0A1628;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}
