/*
Theme Name: Chourangi Custom Theme
Theme URI: https://chourangi.com
Author: ITS DIGITAL INDIA
Description: Lightweight custom theme for Chourangi with full Elementor & Elementor Pro support (Theme Builder, Canvas, WooCommerce ready). Cream-first editorial design system with warm imagery and restrained gold accents.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: chourangi
*/

:root {
	--chourangi-cream: #F6F1E7;
	--chourangi-sand: #EFE7D8;
	--chourangi-light-gold: #E6C882;
	--chourangi-antique-gold: #9C7B2E;
	--chourangi-black: #221E18;
	--chourangi-white: #FBF7EF;

	--chourangi-font-heading: 'Cormorant Garamond', Georgia, serif;
	--chourangi-font-body: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
	background-color: var(--chourangi-cream);
	color: var(--chourangi-black);
	font-family: var(--chourangi-font-body);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--chourangi-font-heading);
	color: var(--chourangi-black);
}
