/*
Theme Name: Buzeep
Theme URI: https://buzeep.com
Author: Buzeep
Author URI: https://buzeep.com
Description: Lightweight WordPress theme shell for the Buzeep SMM platform.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buzeep
*/

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

body {
  background: #020617;
}

.buzeep-theme-fallback {
  max-width: 760px;
  margin: 80px auto;
  padding: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  color: #0f172a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.buzeep-theme-fallback h1 {
  margin: 0 0 12px;
  font-size: 32px;
}

.buzeep-theme-fallback p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}
