/*
Theme Name: TestWallah Blank
Theme URI: https://testwallah.in
Author: Ric Kanjilal
Author URI: https://testwallah.in
Description: A completely blank, full-bleed theme. No site header, no menu, no footer, no sidebar — your page content fills the entire screen. Built to host the TestWallah Examiner app edge to edge.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: testwallah-blank
*/

* { box-sizing: border-box; }

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background: #FAF9F6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* No theme spacing — the app owns the whole screen */
.tw-blank-content,
.tw-blank-content > * {
	margin: 0;
	padding: 0;
}

img { max-width: 100%; height: auto; }

/* Hide the WP admin bar gap on the front-end so the page is truly full-bleed */
html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }
