/*
Theme Name:   MyShantigram Child
Theme URI:    https://myshantigram.com
Description:  Modern, premium, mobile-first GeneratePress child theme powering MyShantigram — the hyperlocal directory for Shantigram Township, Ahmedabad. Built with Gutenberg, ACF, and Rank Math in mind. No page builder.
Author:       MyShantigram
Author URI:   https://myshantigram.com
Template:     generatepress
Version:      1.0.0
Text Domain:  myshantigram-child
Requires PHP: 7.4
Requires at least: 6.0
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
	--ms-primary: #0f6e51;         /* deep township green */
	--ms-primary-dark: #0a5039;
	--ms-primary-light: #e6f4ef;
	--ms-accent: #f5a524;          /* warm accent / CTA */
	--ms-accent-dark: #d88c0f;
	--ms-ink: #14201c;
	--ms-body: #4a5a55;
	--ms-muted: #7c8b86;
	--ms-border: #e4eae7;
	--ms-surface: #ffffff;
	--ms-surface-alt: #f6faf8;
	--ms-danger: #d64545;
	--ms-radius-sm: 8px;
	--ms-radius-md: 14px;
	--ms-radius-lg: 22px;
	--ms-shadow-sm: 0 1px 3px rgba(15, 40, 30, 0.06);
	--ms-shadow-md: 0 8px 24px rgba(15, 40, 30, 0.08);
	--ms-shadow-lg: 0 20px 48px rgba(15, 40, 30, 0.14);
	--ms-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--ms-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--ms-container: 1240px;
}
