/*
Theme Name: VLab Blank Canvas
Theme URI: https://vlabstech.com/
Author: VLabsTech
Author URI: https://vlabstech.com/
Description: A completely blank WordPress theme with no visible header, footer, menus, sidebars, or widget areas. Built as a clean canvas for custom plugins and shortcodes.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vlab-blank-canvas
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

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

body {
	background: #ffffff;
}

.vlab-blank-canvas {
	width: 100%;
	margin: 0;
	padding: 0;
}
