/*
Theme Name: NextiGo Sourcing
Theme URI: https://nextigosourcing.com
Author: NextiGo Sourcing
Author URI: https://nextigosourcing.com
Description: Premium B2B WordPress theme for NextiGo Sourcing, an India-based buying and sourcing agency serving international buyers. Editorial, minimal, industrial design system built for converting sourcing inquiries.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.2
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextigo-sourcing
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready

NextiGo Sourcing WordPress Theme, Copyright 2026 NextiGo Sourcing
NextiGo Sourcing is distributed under the terms of the GNU GPL v2 or later.
*/

/* =========================================================
   This file intentionally holds ONLY the required WP theme
   header + root design tokens. All real styling lives in
   /assets/css/main.css and is enqueued via functions.php so
   it can be cached, minified and maintained modularly.
   ========================================================= */

:root {
  /* ---- Color System (Section 5) ---- */
  --ngs-color-charcoal: #14120f;
  --ngs-color-charcoal-soft: #201d18;
  --ngs-color-offwhite: #f6f3ee;
  --ngs-color-offwhite-dim: #ece7dd;
  --ngs-color-copper: #b4713f;
  --ngs-color-copper-dark: #8f5830;
  --ngs-color-copper-light: #d79a6a;
  --ngs-color-grey: #6f6a62;
  --ngs-color-grey-light: #a9a49b;
  --ngs-color-border: #ded8cc;
  --ngs-color-white: #ffffff;
  --ngs-color-success: #4c6b4f;
  --ngs-color-warning: #b4903f;
  --ngs-color-info: #3f6fb4;

  /* ---- Typography ---- */
  --ngs-font-heading: 'Manrope', 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --ngs-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;

  /* ---- Spacing ---- */
  --ngs-space-xs: 0.5rem;
  --ngs-space-sm: 1rem;
  --ngs-space-md: 2rem;
  --ngs-space-lg: 4rem;
  --ngs-space-xl: 7rem;

  /* ---- Layout ---- */
  --ngs-container: 1280px;
  --ngs-radius: 2px;
  --ngs-transition: 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
