:root{

    /* Brand */

    --primary:#0b86d5;
    --secondary:#9ac03c;

    /* Neutral */

    --dark:#0f172a;
    --text:#334155;
    --muted:#64748b;

    --white:#ffffff;

    --bg:#ffffff;

    --light:#f8fafc;

    --border:#e2e8f0;

    /* Fonts */

    --heading:'Plus Jakarta Sans',sans-serif;
    --body:'Inter',sans-serif;

    /* Layout */

    --container:1280px;

    --section:120px;

    --radius:22px;

    /* Shadow */

    --shadow-sm:
    0 6px 18px rgba(15,23,42,.05);

    --shadow:
    0 20px 60px rgba(15,23,42,.08);

    --shadow-lg:
    0 40px 120px rgba(15,23,42,.12);

    /* Transition */

    --transition:.35s ease;

}