/*
Theme Name: New Theme
Theme URI: http://example.com/new-theme
Author: Antigravity
Author URI: http://example.com
Description: A premium, modern, and celebratory WordPress theme for Gift Shops, compatible with WooCommerce and Elementor. Features a custom dynamic product personalization and ordering system.
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: new-theme
Tags: e-commerce, custom-menu, post-formats, theme-options, translation-ready

This theme is designed to work with WooCommerce and Elementor. All primary CSS rules are located in assets/css/theme-style.css.
*/

:root {
    /* Color Palette */
    --rose-gold: #E31E24;
    --rose-gold-light: #FFECEE;
    --warm-pink: #C61A20;
    --warm-pink-light: #FFF0F1;
    --teal: #111111;
    --teal-light: #F5F5F5;
    --cream: #FAF9F6;
    --charcoal: #222222;
    --light-grey: #EAEAEA;
    --border-grey: #CCCCCC;
    --white: #FFFFFF;
    --green: #2A8754;
    
    /* Typography */
    --font-headings: 'Playfair Display', Georgia, serif;
    --font-body: 'Montserrat', 'Lato', sans-serif;
    
    /* Layout */
    --container-width: 1200px;
    --border-radius: 8px;
    --transition: all 0.3s ease;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
