/*
Theme Name: Aaraa Fashion Theme
Theme URI: https://example.com/aaraa-theme
Description: A premium, mobile-first, and highly optimized WooCommerce Elementor-compatible theme for luxury Indian clothing brands.
Version: 1.1.3
Author: AARAV INFOTECH
Author URI: https://www.aaravinfotech.com
Text Domain: aaraa
Tags: e-commerce, custom-menu, featured-images, translation-ready, grid-layout, flexible-header, footer-widgets, rtl-language-support
*/

/* ==========================================================================
   Design System / Root Custom Properties
   ========================================================================== */
:root {
    /* Color Palette */
    --color-ivory: #FAF8F5;
    --color-beige: #F4EFE6;
    --color-champagne: #F5E6D3;
    --color-soft-gold: #E2C9A1;
    --color-premium-gold: #C5A059;
    --color-accent-maroon: #6A1B29;
    --color-accent-maroon-hover: #4A101B;
    --color-white: #FFFFFF;
    --color-charcoal: #1A1A1A;
    --color-dark-grey: #4A4A4A;
    --color-light-grey: #F5F5F5;
    --color-border: #E8E2D9;

    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Outfit', 'Montserrat', sans-serif;

    /* Layout / Spacing */
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --box-shadow-subtle: 0 4px 20px rgba(106, 27, 41, 0.04);
    --box-shadow-medium: 0 8px 30px rgba(106, 27, 41, 0.08);
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-fast: all 0.15s ease-in-out;
}

/* Base Body Resets */
body {
    background-color: var(--color-ivory);
    color: var(--color-charcoal);
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--color-charcoal);
    font-weight: 600;
    margin-top: 0;
}

a {
    color: var(--color-accent-maroon);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover {
    color: var(--color-premium-gold);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
