/*
Theme Name: Blank Canvas Theme
Theme URI: https://example.com/blank-canvas-theme
Author: Shakara Stores
Author URI: https://example.com
Description: A completely blank WordPress theme with no default header, footer, menu, sidebar, or text. Built as a clean canvas for designing from scratch.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank-canvas-theme
*/

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

* {
  box-sizing: border-box;
}
