/*
Theme Name: Concept Chest Jlux
Theme URI: https://conceptchest.com/concept-chest-jlux
Author: Antigravity
Author URI: https://conceptchest.com
Description: A premium, luxurious, and minimalist theme designed for high-end jewelry stores and fashion boutiques. Features beautiful serif headings, clean layout spacing, and a responsive structure.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: concept-chest-jlux
*/

/* Core CSS Variables - Luxury Token System */
:root {
  /* Colors */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F5F2ED; /* Warm cream/beige */
  --text-primary: #1A1A1A; /* Charcoal dark */
  --text-muted: #8D8D8D; /* Mid gray */
  --accent-gold: #867541; /* Muted antique gold */
  --accent-gold-light: #E5DFC8;
  --border-light: #E5E2DD; /* Soft cream gray */
  
  /* Fonts */
  --font-headings: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Widths */
  --site-width: 1200px;
}
