/*
Theme Name: TheMinZee Page Controlled
Theme URI: https://theminzee.com
Author: TheMinZee
Author URI: https://theminzee.com
Description: A blank-canvas WordPress theme that displays only the content added inside WordPress pages. No hardcoded homepage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: theminzee-page-controlled
Tags: one-column, custom-background
*/

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: #f7f7f4;
}

body {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}

.tmz-page-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.tmz-page-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tmz-page-content > * {
  max-width: none !important;
}

/* Hide WordPress default block title spacing if any plugin/theme injects it */
.wp-block-post-title,
.entry-title,
h1.entry-title {
  display: none !important;
}
