/*=========================================
    ELITE114 DESIGN SYSTEM
==========================================*/

:root{

    /* Background */

    --bg:#07131F;
    --bg2:#0B1525;
    --card:#101C2F;

    /* Brand */

    --primary:#0D6EFD;
    --secondary:#FF9800;

    /* Text */

    --white:#ffffff;
    --text:#C9D1D9;
    --muted:#7D8A9A;

    /* Radius */

    --radius:16px;

    /* Shadow */

    --shadow:0 15px 40px rgba(0,0,0,.25);

}