/*
Theme Name: Nutty Glory
Theme URI: https://nuttyglory.com
Author: VB Web Software Solution
Author URI: https://vbwebsol.com
Description: Custom trendy, SEO-friendly & AdSense-ready WordPress theme built for Nutty Glory Dry Fruit Business. Fully backend-editable Products, Blog, and content sections.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuttyglory
Tags: e-commerce, food-and-drink, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   ROOT VARIABLES - Brand Palette derived from Nutty Glory logo
   ========================================================================== */
:root{
  --ng-green-dark:#123A2C;
  --ng-green:#16493A;
  --ng-green-light:#1E6349;
  --ng-gold:#C9A227;
  --ng-gold-light:#E8CE7A;
  --ng-gold-soft:#F3E4B8;
  --ng-cream:#FDF8EE;
  --ng-cream-2:#FBF2DE;
  --ng-maroon:#7C2D22;
  --ng-brown:#8C5A2B;
  --ng-text:#2B2620;
  --ng-text-light:#5C5647;
  --ng-white:#FFFFFF;
  --ng-radius:16px;
  --ng-shadow: 0 10px 30px rgba(18,58,44,0.10);
  --ng-shadow-lg: 0 20px 50px rgba(18,58,44,0.16);
  --ng-font-head: 'Playfair Display', Georgia, serif;
  --ng-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
