/*
Theme Name: PinIndia AI
Theme URI: https://example.com/pinindia-ai
Author: Your Studio
Author URI: https://example.com
Description: A premium, AI-inspired WordPress theme built for India PIN Code directory websites. Ships with glassmorphism UI, dark/light mode, a live AJAX search hero, and deep integration hooks for the "India Pin Code" plugin data model (post types, meta, taxonomies). Fully responsive, SEO-structured, accessible, and translation-ready.
Version: 1.0.0
Requires at least: 6.2
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: pinindia-ai
Tags: custom-colors, custom-menu, custom-logo, dark-mode, translation-ready, rtl-language-support, one-column, two-columns, grid-layout, full-width-template, sticky-post, threaded-comments, accessibility-ready
*/

/* =========================================================
   This file intentionally holds ONLY the required WP theme
   header + the smallest set of resets. All real styling lives
   in assets/css/main.css so it can be cached, minified and
   conditionally loaded. See functions.php -> pinindia_assets().
   ========================================================= */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img, svg { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; }
