/*
Theme Name: Luxe Kurta
Theme URI: https://example.com/luxe-kurta
Author: Your Studio
Author URI: https://example.com
Description: A premium, dark-luxury WooCommerce theme built for a women's fashion brand selling three-piece kurta suits. Fully modular, translation-ready, and built to scale into more clothing categories.
Version: 1.2.1
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: luxekurta
Tags: e-commerce, custom-menu, featured-images, full-width-template, translation-ready

Luxe Kurta is a bespoke WooCommerce theme. All product data is managed
entirely through WooCommerce (no hard-coded products). See README.md for
installation instructions.
*/

/* -----------------------------------------------------------------------
   Design tokens. All colors/spacing/typography for the theme are defined
   here as CSS variables so the whole look can be re-skinned from one place.
   The real visual styling lives in assets/css/main.css (enqueued in
   functions.php) — WordPress requires this file to exist and contain the
   header above, so we also load the design tokens from here.
-------------------------------------------------------------------------- */
:root{
  --lk-black:        #fdf6ef;
  --lk-charcoal:     #f8eee4;
  --lk-charcoal-2:   #f3e7da;
  --lk-gold:         #6f3d25;
  --lk-gold-light:   #8b5a3c;
  --lk-beige:        #624d3d;
  --lk-white:        #34231a;
  --lk-muted:        #806d5d;
  --lk-border:       rgba(111,61,37,0.16);
  --lk-on-accent:    #fffaf4;
  --lk-font-display:  'Playfair Display', Georgia, 'Times New Roman', serif;
  --lk-font-body:     'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --lk-radius:        2px;
  --lk-gap:           1.5rem;
  --lk-container:     1280px;
  --lk-speed:         0.4s;
}
