/*=========================================
SMART LOAD DISPATCH V2
Variables
=========================================*/

:root{

    --primary:#ff7a00;
    --primary-hover:#e86e00;

    --dark:#030712;
    --dark-light:#0b1120;

    --card:#111827;

    --white:#ffffff;

    --text:#9ca3af;

    --border:rgba(255,255,255,.08);

    --shadow:0 20px 50px rgba(0,0,0,.35);

    --radius:18px;

    --transition:.35s ease;

}