/*
Theme Name: NewToNexa
Theme URI: https://nexamarket.com
Author: NexaMarket
Description: Business-problem-first technology partner theme. Dark glassmorphic AI-native design system, fully compatible with Elementor Pro Theme Builder (header/footer/single/archive templates) and Elementor Canvas page building. All colors, type and spacing tokens are exposed as Elementor Global Colors / Global Fonts so pages built in Elementor automatically match the design system.
Version: 1.0.1
Requires PHP: 7.4
Text Domain: nexamarket
*/

/* ==========================================================================
   DESIGN TOKENS — do not rename these variables. Elementor Global Colors
   (added in inc/elementor.php) point at the same hex values so anything
   you build in Elementor stays visually consistent with theme output.
   ========================================================================== */
:root{
  --bg-primary:#070A12;
  --bg-secondary:#0C1020;
  --surface:#111827;
  --surface-hover:#172033;
  --surface-elevated:#1A2438;
  --text-primary:#F5F7FF;
  --text-secondary:#9AA6BD;
  --text-muted:#667085;
  --border:rgba(255,255,255,.08);
  --border-hover:rgba(124,92,255,.45);
  --primary:#7C5CFF;
  --secondary:#00D9FF;
  --success:#20E6A5;
  --warning:#FFB547;
  --danger:#FF5577;
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:16px;
  --radius-xl:24px;
}
