/* Explain: Real estate brand tokens for colors, fonts, shadows, and radii. - */
:root {
    --primary-color: #2563EB;
    --primary-hover: #1D4ED8;
    --secondary-color: #1E3A8A;
    --accent-color: #60A5FA;
    --background-color: #FFFFFF;
    --surface-color: #EFF6FF;
    --surface-strong: #DBEAFE;
    --text-color: #1E293B;
    --text-muted: #475569;
    --border-color: #BFDBFE;
    --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: 'Roboto', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}
