/*
Theme Name: RNTAI Blank Canvas
Theme URI: https://runthenumbersai.com
Author: RunTheNumbersAI
Description: Zero-opinion blank canvas. Full width, no wrappers, no opinions.
Version: 1.0.5
License: GNU General Public License v2 or later
Text Domain: rntai-blank
*/

/* NUCLEAR RESET — kill every WP layout opinion */
html, body,
#page, #content, #primary, #main, #wrapper, #inner-wrapper,
.site, .site-content, .site-main, .site-inner,
.content-area, .entry-content, .entry, .post, .page, .hentry,
.type-page, .page-template-default, .page-template-fullwidth,
.wp-site-blocks, .wp-block-group, .is-layout-constrained,
.is-layout-flow, .wp-container-core-group-is-layout-constrained-1,
div[class*="wp-container"], div[class*="is-layout"] {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
    float: none !important;
    display: block !important;
}

html {
    background: #0c0c0f !important;
}

body {
    background: #0c0c0f !important;
    color: #f0efeb !important;
    font-family: 'Sora', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
