/*
Theme Name: Marigold Restaurant & Banquet
Theme URI: https://marigoldrestaurant.co.in/
Author: Marigold Team
Author URI: https://marigoldrestaurant.co.in/
Description: Luxury, interactive custom WordPress theme for Marigold Restaurant & Banquet in Ahmedabad. Features autoplay hero slider, interactive filterable gallery with lightbox, dedicated banquet and about pages, contact map integration, and full WordPress admin panel editability.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: marigold
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, theme-options
*/

:root {
  --color-primary: #490b16;
  --color-primary-dark: #36000a;
  --color-primary-deep: #240006;
  --color-primary-light: #590f1d;
  --color-primary-accent: #7b1e2f;
  
  --color-gold: #d8c166;
  --color-gold-light: #e6d48d;
  --color-gold-bright: #e9d792;
  --color-gold-dark: #b89f42;
  
  --color-bg-dark: #1e0005;
  --color-bg-card: rgba(54, 0, 10, 0.85);
  --color-bg-glass: rgba(73, 11, 22, 0.65);
  
  --color-text-light: #ffffff;
  --color-text-cream: #f9f6f0;
  --color-text-muted: #d7ca98;
  --color-text-dim: #b8b0a2;
  
  --font-serif: 'Playfair Display', 'Cinzel', Georgia, serif;
  --font-sans: 'Orienta', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --shadow-gold: 0 4px 25px rgba(216, 193, 102, 0.25);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.45);
  --transition-smooth: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
}
