:root{

    /* ---------- Colors ---------- */

    --bg:#202124;

    --panel:#303134;

    --card:#39455e;

    --card2:#455272;

    --border:#596781;

    --text:#ffffff;

    --textSoft:#b7c0d1;

    --blue:#5d84d8;

    --blueHover:#739cf3;

    --green:#3fb56d;

    --red:#d95353;

    --orange:#ff9f3a;

    /* ---------- Sizes ---------- */

    --radius:10px;

    --shadow:0 8px 24px rgba(0,0,0,.35);

}