/*
Theme Name: CraftShades
Theme URI: https://craftshades.com
Author: CraftShades
Author URI: https://craftshades.com
Description: Premium WooCommerce + Elementor theme for CraftShades.com — handcrafted leather brand from Rajasthan. Includes cart drawer, exit-intent, live sales popups, location banner, WhatsApp FAB, spin-to-win, free-shipping progress, COD WhatsApp confirmation, and 1-page checkout. Mobile-first, sub-2s LCP.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: craftshades
Tags: e-commerce, woocommerce, elementor, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, blog
*/

/*
   The actual design system lives in /assets/css/theme.css
   This file only contains the WordPress theme header above.
   Adding minimal critical CSS below for first-paint performance.
*/

:root{
  --cs-cognac:#6B3410;
  --cs-cognac-dark:#4A2208;
  --cs-cream:#F8F3EA;
  --cs-cream-2:#F1E8D7;
  --cs-tan:#C9A66B;
  --cs-burgundy:#8B2E2E;
  --cs-charcoal:#1F1A15;
  --cs-ink:#2A1810;
  --cs-muted:#6B5D4F;
  --cs-border:#E5DCC9;
  --cs-serif:'Cormorant Garamond',Georgia,serif;
  --cs-sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--cs-sans);color:var(--cs-ink);background:#fff;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
