/*
Theme Name: Detect Ecommerce Premium Child
Theme URI: https://detectecommerce.com
Description: Premium Hello Elementor child theme for Detect Ecommerce — digital growth agency site built for Elementor FREE. Provides polished header/footer, accessible mega menu with full E-commerce Solutions marketplace flyout, Customizer controls for contact/CTA/social/brand-color fields, and the content-blocks stylesheet used by fallback Custom HTML content and by Elementor pages alike.
Author: Detect Ecommerce
Author URI: https://detectecommerce.com
Template: hello-elementor
Version: 2.0.0
Text Domain: detect-ecommerce-child
Requires at least: 6.0
Requires PHP: 7.4
*/

/* This stylesheet intentionally left minimal — all real styling lives in
   assets/css/site-header-footer.css, assets/css/mega-menu.css and
   assets/css/content-blocks.css, enqueued from functions.php. Keeping
   style.css to the required theme header + a thin import layer avoids
   fighting Elementor's own CSS output and keeps the Customizer live
   preview fast. */

:root{
  --de-navy: #081525;
  --de-navy-deep: #10233B;
  --de-teal: #17D7B4;
  --de-teal-dark: #0EA894;
  --de-cta: #FF6B35;
  --de-offwhite: #F7F8FA;
  --de-white: #FFFFFF;
  --de-slate: #26313F;
  --de-border: rgba(255,255,255,0.08);
  --de-font-heading: 'Space Grotesk', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  --de-font-body: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}
