/*
Theme Name: Passthrough
Theme URI: https://airobotbuild.com
Author: AI Robot Build
Author URI: https://airobotbuild.com
Description: Minimal theme for headless-hybrid WordPress. Page templates: standard (basic layout), blank (raw content, zero wrappers), react-app (loads external React SPA), home (blog listing), single (article detail). Keeps WordPress SEO, admin, and API fully functional while getting out of the way for custom designs. Config-driven branding via IM-Press Site Config.
Version: 1.3.2
License: GPL v2 or later
Text Domain: passthrough
Requires at least: 5.9
Requires PHP: 7.4
*/

/* Reset for blank/react pages — no theme CSS interference */
body.passthrough-blank,
body.passthrough-react {
    margin: 0;
    padding: 0;
    background: #000;
}
