/*
Theme Name: BTK Decor
Theme URI: https://example.com/luxe-interior
Author: Your Name
Author URI: https://example.com
Description: Premium luxury interior design and 3D product marketplace theme with full WooCommerce integration. Elegant minimalism with cinematic visuals.
Version: 1.1.3
Requires at least: 6.0
Tested up to: 6.7
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: luxe-interior
Tags: luxury, interior-design, woocommerce, e-commerce, portfolio, one-page, custom-menu, featured-images, threaded-comments, custom-colors, full-site-editing
*/

:root {
    --lx-white: #FFFFFF;
    --lx-black: #111111;
    --lx-gold: #C9A227;
    --lx-gold-light: #E8C547;
    --lx-gold-dark: #A8831E;
    --lx-gray-50: #F5F5F5;
    --lx-gray-100: #E8E8E8;
    --lx-gray-200: #D1D1D1;
    --lx-gray-300: #B0B0B0;
    --lx-gray-400: #888888;
    --lx-gray-500: #666666;
    --lx-gray-600: #444444;
    --lx-gray-700: #333333;
    --lx-gray-800: #222222;
    --lx-gray-900: #181818;

    --lx-font-heading: 'Playfair Display', Georgia, serif;
    --lx-font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --lx-font-alt: 'DM Sans', sans-serif;

    --lx-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    --lx-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --lx-shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --lx-shadow-lg: 0 20px 60px rgba(0,0,0,0.12);
    --lx-radius-sm: 4px;
    --lx-radius-md: 8px;
    --lx-radius-lg: 16px;
    --lx-radius-xl: 24px;
}
