/*
Theme Name: NM Estates
Theme URI: https://nmestates.example
Author: NM Estates
Author URI: https://nmestates.example
Description: A lightweight, fast-loading single-page real-estate lead-generation theme for NM Estates. The homepage and the "NM Estates - Landing Page" template render the premium NM Estates lead-generation homepage by default, and automatically hand off to Elementor's own output (wrapped in the theme's branded header/footer) the moment either is built/edited with Elementor.
Version: 1.8.1
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nm-estates
Tags: one-column, custom-colors, full-width-template, real-estate, landing-page, elementor
*/

/* All visual styling for the landing page lives inline inside
   template-parts/landing.php for maximum page-speed (no extra
   render-blocking stylesheet request on the landing page itself).
   This file only needs to exist so WordPress recognizes the theme;
   it also provides minimal fallback styling for any other WP-generated
   screens (search results, 404, admin previews, etc). */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1B2333;
  background: #FAF8F4;
  margin: 0;
}
a { color: #152A54; }
.site-fallback-wrap { max-width: 720px; margin: 60px auto; padding: 0 24px; }
