/*
Theme Name: I Build Energy Raw HTML
Theme URI: https://ibuildenergy.com/
Author: StartLab
Description: Minimal WordPress theme for I Build Energy. Outputs WordPress hooks and saved page/post content without adding a theme header, footer, title, H1, sidebar, or layout wrapper.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ibe-raw-html
*/

/*
 * Visual design is intentionally supplied by each page/post's saved HTML.
 * This file remains minimal so WordPress recognizes the theme.
 */

html,
body {
	margin: 0;
	padding: 0;
}
