/*
Theme Name: G6 True Blank Canvas
Theme URI: https://g6media.llc
Author: G6 Media LLC
Description: A completely empty canvas theme with zero headers, footers, margins, side constraints, or default styles. Designed specifically for full-bleed custom HTML landing pages and block-built single page sites.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: g6-blank-canvas
*/

/* Reset browser constraints entirely */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100vh !important;
    background-color: #060709 !important;
    overflow-x: hidden !important;
}

/* Ensure WordPress block layouts aren't forced into narrow column boxes */
.wp-site-blocks, 
#page, 
.site,
.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}