/* Explain: Defines theme tokens for colors, typography, and spacing, including specific values for real estate site elements. - */
:root {
    --primary-color: #1A2B4C;
    --primary-hover: #2A406B;
    --secondary-color: #F8F9FA;
    --accent-color: #C5A059;
    --logo-subtitle-color: #C5A059;
    --button-color: #1A2B4C;
    --background-color: #FAFAFA;
    --surface-color: #FFFFFF;
    --footer-bg: #F0F2F5;
    --text-color: #1F2937;
    --text-muted: #4B5563;
    --border-color: rgba(26, 43, 76, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(197, 160, 89, 0.3);
    --nav-bg: rgba(255, 255, 255, 0.95);
    --field-bg: #FFFFFF;
    --sage-soft: rgba(26, 43, 76, 0.05);
    --sage-dark: #1A2B4C;
    --terracotta-soft: rgba(197, 160, 89, 0.1);
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.05);
    --shadow-button: 0 8px 25px rgba(26, 43, 76, 0.2);
    --font-heading: 'Heebo', 'Montserrat', sans-serif;
    --font-body: 'Assistant', 'Roboto', sans-serif;
    --font-logo: 'Times New Roman', Times, serif;
}