/*
Theme Name: AM Prime Properties
Theme URI: https://amprimeproperties.com/
Author: AM Prime Properties
Author URI: https://amprimeproperties.com/
Description: A premium, production-ready real estate WordPress theme built for AM Prime Properties, Salem, Tamil Nadu. Focused exclusively on property buying and selling — houses, apartments, villas, plots, new projects and commercial properties. Elementor Free compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: amprime
Tags: real-estate, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, custom-colors, custom-logo, responsive-layout

AM Prime Properties WordPress Theme
Base resets live here per WordPress requirements. All real styling is enqueued
from assets/css/main.css via functions.php (see inc/enqueue.php) so it is
cached and organized properly instead of inlined on every page.
*/

/* Minimal base reset (kept here because style.css must exist and load first) */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
