/*
Theme Name: Ziva Boutique
Theme URI: https://demo.zivaboutique.com/
Description: A premium, modern WordPress eCommerce theme designed specifically for Ladies Fashion Wear brands. Fully compatible with WooCommerce, Elementor Free, and Modern Cart.
Version: 1.0.0
Author: Antigravity AI
Author URI: https://google.com
Tags: e-commerce, two-columns, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready
Text Domain: ziva-boutique
Domain Path: /languages

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset & Base Elements */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    color: #1f1f1f;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #a37233; /* Elegant boutique gold */
}
