/* =======================================================
   Aethercloud Design System
   Midnight Workshop
   Version 0.0.1
======================================================= */

:root{

    /* Backgrounds */

    --bg-primary:#09090b;
    --bg-secondary:#111118;
    --bg-panel:#18181f;

    /* Typography */

    --text-primary:#f5f5f7;
    --text-secondary:#b6bcc8;

    /* Brand */

    --accent:#7c3aed;
    --accent-light:#a78bfa;

    /* Borders */

    --border:rgba(255,255,255,.08);

    /* Glass */

    --glass:rgba(255,255,255,.04);

    /* Glow */

    --glow:rgba(124,58,237,.35);

    /* Shadows */

    --shadow:
        0 20px 40px rgba(0,0,0,.45);

    /* Radius */

    --radius:18px;

}