/*
Theme Name: Beed Properties
Theme URI: https://beedproperties.com
Author: Beed Properties Team
Author URI: https://beedproperties.com
Description: Modern, high-performance real estate WordPress theme for Beed District. Includes Custom Post Types for Properties & Projects, advanced search filters, custom meta fields, EMI calculator, WhatsApp inquiries, and 1-click sample data importer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beed-properties
Tags: real-estate, custom-post-types, responsive-layout, featured-images, custom-menu, theme-options
*/

/* Reset & Base Utilities */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  background-color: #f8fafc;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
