/*
Theme Name: DigitalMart
Theme URI: https://example.com/digitalmart
Author: Your Studio
Author URI: https://example.com
Description: A premium, lightweight, conversion-focused WooCommerce theme built specifically for selling digital products — ebooks, templates, graphics, courses, software, presets, prompts and downloadable files. Mobile-first, SEO-friendly, accessible, and Core Web Vitals optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalmart
Tags: e-commerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/* =========================================================
   DESIGN TOKENS
   All colors, spacing and typography are exposed as CSS
   variables so the whole theme can be re-skinned from the
   Customizer without touching template files.
========================================================= */
:root{
  /* Brand */
  --dm-primary:        #4F46E5;   /* indigo - primary CTA / links */
  --dm-primary-dark:   #4338CA;
  --dm-primary-light:  #EEF2FF;
  --dm-accent:         #F59E0B;   /* amber - badges / highlights */
  --dm-success:        #16A34A;
  --dm-danger:         #DC2626;

  /* Neutrals */
  --dm-text:           #111827;
  --dm-text-muted:     #6B7280;
  --dm-border:         #E5E7EB;
  --dm-bg:             #FFFFFF;
  --dm-bg-soft:        #F9FAFB;
  --dm-bg-dark:        #0F172A;
  --dm-text-on-dark:   #E2E8F0;

  /* Typography */
  --dm-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --dm-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Layout */
  --dm-container: 1240px;
  --dm-radius-sm: 6px;
  --dm-radius: 12px;
  --dm-radius-lg: 20px;
  --dm-shadow-sm: 0 1px 3px rgba(16,24,40,.06);
  --dm-shadow: 0 4px 16px rgba(16,24,40,.08);
  --dm-shadow-lg: 0 12px 32px rgba(16,24,40,.12);
  --dm-space-1: 4px;
  --dm-space-2: 8px;
  --dm-space-3: 16px;
  --dm-space-4: 24px;
  --dm-space-5: 32px;
  --dm-space-6: 48px;
  --dm-space-7: 64px;
  --dm-space-8: 96px;
  --dm-transition: 180ms ease;
}

/* Note: full component library lives in assets/css/style.css.
   This file only carries the required theme header + tokens so
   the header stays lightweight and cacheable separately. */
