/*
Theme Name: Nexus Minimal
Theme URI: https://stylebridge.app
Author: StyleBridge
Author URI: https://stylebridge.app
Description: Nexus Minimal is the companion theme for StyleBridge — a lightweight front for WordPress built around a clear three-part layout: header, main content, and footer. It is designed to work with the Nexus visual editor so you can define global header and footer fragments, connect them to your content, and keep the page structure predictable while posts and pages remain editable in the admin. The theme is intentionally minimal: no heavy bundled patterns or opinionated styling that competes with your Nexus layouts; typography and spacing stay neutral so your editor-defined design can take the lead. Use it when you want a dependable canvas for Header/Footer control and Nexus-driven pages without switching to a full block theme you do not need.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexus-minimal
Tags: one-column, blog, featured-images, full-width-template, translation-ready, custom-colors
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main#nexus-content {
  flex: 1;
}
