/* Explain: Defines brand colors, typography, and spacing variables for the Binao real estate theme. - */
:root {
    --primary-color: #1E915A;
    --primary-hover: #167a4a;
    --secondary-color: #1F2937;
    --secondary-hover: #111827;
    --accent-color: #167a4a;
    --background-color: #F8FDFC;
    --surface-color: #FFFFFF;
    --surface-strong: #E6FBF6;
    --text-color: #1F2937;
    --text-muted: #4B5563;
    --border-color: #E5E7EB;
    --white-color: #FFFFFF;
    --success-color: #06D6A0;
    --error-color: #EF4444;
    --shadow-soft: 0 10px 25px rgba(0, 63, 53, 0.05);
    --shadow-card: 0 4px 15px rgba(0, 63, 53, 0.06);
    --radius-lg: 1.25rem;
    --radius-md: 0.85rem;
    --font-heading: 'Noto Sans Georgian', sans-serif;
    --font-body: 'Noto Sans Georgian', sans-serif;
}