/*
  eKilimo design tokens
  Keep raw visual decisions here so components and pages use the same language.
*/
:root{
    --green:#2c7a2c;
    --green-light:#e8f5e9;
    --green-soft:#66bb6a;
    --text:#1f2937;
    --muted:#667085;
    --bg:#f4f6f9;
    --card:#ffffff;
    --border:#e5e7eb;
    --ek-primary:#2c7a2c;
    --ek-primary-strong:#1f6b2a;
    --ek-primary-soft:#e8f5e9;
    --ek-success:#1b7f2a;
    --ek-success-soft:#e8f5e9;
    --ek-warning:#9a6700;
    --ek-warning-soft:#fff3cd;
    --ek-danger:#b42318;
    --ek-danger-soft:#ffebee;
    --ek-info:#1d4ed8;
    --ek-info-soft:#eff6ff;
    --ek-neutral:#475467;
    --ek-neutral-soft:#f2f4f7;
    --ek-focus:rgba(44,122,44,0.12);
    --ek-shadow:0 6px 18px rgba(15,23,42,0.05);
    --ek-radius:12px;
    --ek-radius-card:18px;
}
