/*
Theme Name: Trade Exchange Business Operations Manual
Theme URI: https://premiertradeexchange.com/
Author: Countertrade
Author URI: https://premiertradeexchange.com/
Description: A full-screen, world-class WordPress theme for the Trade Exchange Business Operations Manual. Includes the complete manual dashboard, frontend entry experience, searchable operations manual, browser-based accounts, progress tracking, bookmarks, and the exact Premier Trade Exchange Resource Dashboard visual system across the manual library and reader.
Version: 2.0.0
Requires at least: 5.7
Requires PHP: 7.2
License: Proprietary
Text Domain: trade-exchange-business-operations-manual
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #020817;
}

body {
  overflow-x: hidden;
}

#tebom-root,
#root {
  min-height: 100vh;
}

.tebom-noscript {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  color: #e0f7ff;
  background: linear-gradient(135deg, #020817, #071a36);
  font-family: Inter, Arial, sans-serif;
  text-align: center;
}
