/*
Theme Name: Shape Parent
Theme URI: https://shapehyd.com
Description: Parent theme for CNC Hyd – Smart Homes & Real Estate Expo. Provides base layout, typography, and utility classes.
Author: Navasakam Media – Vijay Vangalapudi
Author URI: https://highwaterdigital.com/
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: shape-parent
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, minimal, responsive, event, expo
*/

/* --- Optional brand baseline (keep very light) --- */
:root{
  --shape-red:#E11B22;
  --shape-black:#0D0D0D;
  --shape-gray:#F5F6F8;
  --shape-radius:14px;
}
html {scroll-behavior:smooth}
body {background:#fff;color:#222;}

/* Utility classes */
.container{max-width:1200px;margin:0 auto;padding:0 1rem;}
.hidden{display:none!important;}
