
/*
Theme Name: LuxEstate Pro
Author: LuxThemes
Description: A luxury real estate WordPress theme.
Version: 1.0
*/

/* Base Styles */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333; /* Neutral color for body text */
    background-color: #f9f9f9; /* Subtle background */
    padding-top: 80px; /* Adjust based on your header height */
}

/* Add default section padding */
section {
    padding: 40px 20px; /* Top/Bottom and Left/Right padding */
}

/* Set site-wide max-width and center align */
.site-container {
    max-width: var(--site-width, 1200px); /* Default width if theme option is not set */
    margin: 0 auto;
    padding: 0 var(--site-padding, 20px); /* Responsive side padding */
    box-sizing: border-box;
}
