/* Explain: Theme tokens for the CRM portal identity. - */
:root {
    --primary-color: #2D4A3E;
    --primary-hover: #4A6B53;
    --secondary-color: #E9EDDF;
    --accent-color: #4A6B53;
    --logo-subtitle-color: #543323;
    --button-color: #C0CFB2;
    --background-color: #F8FAFC;
    --surface-color: #FFFFFF;
    --footer-bg: #FFFFFF;
    --text-color: #1E293B;
    --text-muted: #64748B;
    --border-color: rgba(148, 163, 184, 0.2);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(148, 163, 184, 0.25);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --field-bg: #F8FAFC;
    --sage-soft: rgba(74, 107, 83, 0.1);
    --sage-dark: #2D4A3E;
    --terracotta-soft: rgba(163, 177, 138, 0.22);
    --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
    --shadow-button: 0 8px 20px -6px rgba(74, 107, 83, 0.3);
    --font-heading: 'Lora', serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Playfair Display', serif;
}