/*
Theme Name: KiaraHub Blueprints
Theme URI: https://kiarahub.com
Author: KiaraHub
Author URI: https://kiarahub.com
Description: KiaraHub Blueprints — save, share, and reuse AI prompts. Built as a sibling to the main KiaraHub theme: same header/footer/login-signup popup, same brand system, same "no WordPress exposure" hardening — with car listings replaced by a Prompt Blueprint library anyone can browse, and anyone (signed in or anonymous) can submit to.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: kiarahub-blueprints
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Base resets kept minimal here — full design system lives in assets/css/theme.css */
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
