/*
Theme Name: BACOTÉ Ultra Luxury Theme
Theme URI: https://bacote.in/
Author: BACOTÉ Dev Team
Author URI: https://bacote.in/
Description: An ultra-luxury, high-performance custom WordPress theme built for BACOTÉ - Timeless Shirting. Crafted Since 1972. Optimized for speed, accessibility, and high-end WooCommerce experiences.
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: bacote
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, e-commerce
Requires at least: 6.0
Requires PHP: 7.4
*/

:root {
    --luxury-black: #0B0B0B;
    --warm-ivory: #F5F1E8;
    --heritage-gold: #C7A86B;
    --muted-brown: #6E5C4A;
    --white: #FFFFFF;
    --gray-light: #F9F9F9;
    --gray-medium: #E5E5E5;
    --gray-dark: #333333;
    --font-headings: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: cubic-bezier(0.25, 1, 0.5, 1);
}

.dark-mode {
    --luxury-black: #F5F1E8;
    --warm-ivory: #0B0B0B;
    --white: #121212;
    --gray-light: #1A1A1A;
    --gray-medium: #2A2A2A;
    --gray-dark: #E5E5E5;
}

body {
    font-family: var(--font-body);
    background-color: var(--warm-ivory);
    color: var(--luxury-black);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
