/*
Theme Name: Born To Prosper
Theme URI: https://born2prosper.com
Author: Born To Prosper
Description: A minimal single-purpose theme that shows the [b2p_signup] animated signup page as the full homepage, with no header, menu, or footer chrome. Requires the "Born To Prosper — Signup Page" plugin to be active for the form itself to appear.
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: born-to-prosper
*/

html, body {
  margin: 0;
  padding: 0;
  background: #210716;
}

* {
  box-sizing: border-box;
}

/* Suppress the WordPress admin toolbar's top offset (it normally pushes the
   whole page down ~32px so it doesn't overlap page content) — for this
   full-bleed design the background should run edge-to-edge instead, with
   the toolbar floating on top. Only affects logged-in admins; regular
   visitors never see the toolbar and are unaffected by this rule. */
html {
  margin-top: 0 !important;
}
* html body {
  margin-top: 0 !important;
}
#wpadminbar {
  position: fixed !important;
}
