/*
Theme Name: Kashi Sanskriti Charitable Trust
Theme URI: https://kashisanskrititrust.org
Author: Kashi Sanskriti Charitable Trust
Author URI: https://kashisanskrititrust.org
Description: Custom WordPress theme for Kashi Sanskriti Charitable Trust — a registered charitable trust in Varanasi running a Vedic gurukul, gaushala, Annadan Seva, Vastra Daan and community campaigns. Built with advanced on-page SEO, GEO (Generative Engine Optimization) and AEO (Answer Engine Optimization): Schema.org structured data (NGO, FAQPage, BreadcrumbList, DonateAction), semantic HTML, and donor-trust signals throughout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kashi-sanskriti
Tags: charity, nonprofit, ngo, one-column, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready

This is the required WordPress stylesheet header. All visual styling lives in
assets/css/main.css, enqueued via functions.php, to keep things organised.
*/

:root{
  /* Logo-derived brand palette — do not introduce colors outside this set */
  --color-header: #EA9B3F;   /* header background */
  --color-footer: #432201;   /* footer background */
  --color-terracotta: #C96526; /* accents, hover states */
  --color-deep-brown: #432201; /* headings on light bg */
  --color-saffron: #EA9B3F;    /* CTAs, highlights */
  --color-sage: #A0C3B3;       /* secondary accents, badges */
  --color-cream: #FFF8EF;      /* section backgrounds */
  --color-white: #FFFFFF;
  --color-text: #2B1B08;
}
