:root{

    --primary:#22c55e;
    --primary-dark:#16a34a;

    --white:#ffffff;

    --background:#f5f7fb;

    --text:#111827;

    --text-light:#6b7280;

    --border:#e5e7eb;

    --shadow:0 10px 35px rgba(0,0,0,.08);

    --radius:18px;

    --container:1280px;

    --transition:.3s ease;

}