/*
Theme Name: Chandan Digital
Theme URI: https://chandandigital.com
Author: Chandan Digital
Author URI: https://chandandigital.com
Description: A modern, performance-focused custom WordPress theme built for digital marketing, SEO, web design and web development agencies. Includes custom services, portfolio, team and testimonial systems, a full Customizer-driven homepage, Elementor and WooCommerce compatibility, and Contact Form 7 styling.
Version: 1.2.14
Requires at least: 6.5
Requires PHP: 8.2
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chandan-digital
Tags: agency, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, footer-widgets, block-styles, wide-blocks, editor-style
*/

/* =========================================================
   1. CSS VARIABLES / DESIGN SYSTEM
   ========================================================= */
:root {
	--cd-primary-color: #1652f0;
	--cd-secondary-color: #0b1e3d;
	--cd-accent-color: #ff7a1a;
	--cd-text-color: #4a5568;
	--cd-heading-color: #0b1e3d;
	--cd-bg-color: #ffffff;
	--cd-bg-alt-color: #f6f8fc;
	--cd-dark-bg-color: #0b1226;
	--cd-border-color: #e6e9f0;
	--cd-success-color: #15803d;
	--cd-white: #ffffff;

	--cd-container-width: 1200px;
	--cd-border-radius: 12px;
	--cd-border-radius-sm: 6px;
	--cd-border-radius-lg: 20px;

	--cd-font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cd-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--cd-space-xs: 8px;
	--cd-space-sm: 16px;
	--cd-space-md: 24px;
	--cd-space-lg: 40px;
	--cd-space-xl: 64px;
	--cd-space-2xl: 96px;

	--cd-shadow-sm: 0 2px 8px rgba(11, 30, 61, 0.06);
	--cd-shadow-md: 0 8px 24px rgba(11, 30, 61, 0.08);
	--cd-shadow-lg: 0 20px 48px rgba(11, 30, 61, 0.12);

	--cd-transition: 0.25s ease;
	--cd-header-height: 84px;
}

/* Everything below this line lives in assets/css/ and is enqueued via functions.php
   (kept out of style.css itself so WordPress's required-header file stays lightweight
   and cacheable separately from the design system rules). */
