/*
Theme Name: IG Restaurant
Theme URI: https://igthemes.com/ig-restaurant
Author: IG Themes
Author URI: https://igthemes.com
Description: IG Restaurant is a premium, performance-first WordPress theme for restaurants, cafés and food delivery businesses. Built with a mobile-first, accessible, OOP architecture. Features full WooCommerce &amp; Elementor support, a transparent sticky header with mega menu, Ajax search &amp; cart, wishlist, quick view, dark mode, One Click Demo Import, an advanced Customizer, custom widgets, JSON-LD schema and Core Web Vitals optimizations out of the box.
Version: 1.1.1
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ig-restaurant
Domain Path: /languages
Tags: e-commerce, food-and-drink, custom-menu, custom-logo, custom-colors, editor-style, featured-images, footer-widgets, full-site-editing, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-patterns, accessibility-ready

IG Restaurant is distributed under the terms of the GNU GPL v2 or later.
*/

/* =========================================================================
   Root Design Tokens
   These custom properties are the single source of truth for color and
   typography. They are overridden inline by inc/customizer/class-customizer.php
   via wp_add_inline_style() so every Customizer change updates the tokens
   without touching this file.
   ========================================================================= */
:root{
	--ig-color-primary:#3a5a40;
	--ig-color-primary-dark:#2c4530;
	--ig-color-accent:#e07a3f;
	--ig-color-dark:#1c1c1c;
	--ig-color-light:#faf7f2;
	--ig-color-muted:#6b6b6b;
	--ig-color-border:#e7e2d9;
	--ig-color-white:#ffffff;

	--ig-color-bg:var(--ig-color-white);
	--ig-color-surface:var(--ig-color-light);
	--ig-color-text:var(--ig-color-dark);
	--ig-color-text-muted:var(--ig-color-muted);
	--ig-color-header-bg:transparent;

	--ig-font-heading:"Poppins", sans-serif;
	--ig-font-body:"Inter", sans-serif;

	--ig-font-size-base:16px;
	--ig-radius-sm:8px;
	--ig-radius-md:16px;
	--ig-radius-lg:32px;
	--ig-container:1280px;
	--ig-transition:0.25s ease;
}

:root[data-ig-theme="dark"]{
	--ig-color-bg:#14150f;
	--ig-color-surface:#1c1d16;
	--ig-color-text:#f5f3ee;
	--ig-color-text-muted:#b5b2a8;
	--ig-color-border:#2c2d24;
	--ig-color-header-bg:rgba(20,21,15,0.85);
}
