/*
Theme Name: Real Estate Theme
Theme URI: 
Author: Antigravity
Author URI: 
Description: A custom WordPress theme for real estate properties.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: real-estate-theme
*/

/* Reset & Basic Styles */
body {
    font-family: 'Inter', 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #1f2937;
    background-color: #f9fafb;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: #059669; /* Emerald 600 */
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #047857; /* Emerald 700 */
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #111827;
    font-weight: 700;
}

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