/* Explain: Real estate brand tokens for colors, fonts, shadows, and radii */
:root {
    --primary-color: #000000;
    --primary-hover: #333333;
    --secondary-color: #000000;
    --accent-color: #EEE5E4;
    --background-color: #FFFFFF;
    --surface-color: #EEE5E4;
    --surface-strong: #E2D5D4;
    --text-color: #000000;
    --text-muted: #4B5563;
    --border-color: #E2D5D4;
    --white-color: #FFFFFF;
    --success-color: #15803D;
    --error-color: #B91C1C;
    --shadow-soft: 0 18px 55px rgba(31, 41, 55, 0.10);
    --shadow-card: 0 14px 35px rgba(31, 41, 55, 0.08);
    --radius-lg: 1.5rem;
    --radius-md: 1rem;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}
