:root {
    --primary-red: #2c8e22 !important;
    --primary-green: #2c8e22 !important;
    --primary-blue: #1d4ed8 !important;
    --primary-purple: #1d4ed8 !important;
    --primary-yellow: #d97706 !important;

    --danger: #dc2626 !important;
    --danger-dark: #b91c1c !important;
    --success: #15803d !important;
    --success-soft: #e8f5e9 !important;

    --text-black: #0f172a !important;
    --text-dark: #1e293b !important;
    --text-light: #ffffff !important;
    --text-muted: #64748b !important;

    --bg-white: #ffffff !important;
    --bg-light: #f8fafc !important;
    --bg-soft: #f1f5f9 !important;
    --border-gray: #e2e8f0 !important;

    --hover-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

body {
    background: var(--bg-light);
    color: var(--text-dark);
}
