/*----------------------------------------------
*
* [Theme Blue Stylesheet]
*
* Theme    : Leverage
* Version  : 2.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    --primary-color: #0000FC;
    --secondary-color: #5858F9;
    --third-color: #f97575;
    --fourth-color: #ffaf2a;
    --fifth-color: #F9586D;
    --sixth-color: #FD324C;
}

/* #endregion Root */