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

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

[ALL CONTENTS]

1. Root

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

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

/* #region Root */

:root {

    /*--primary-color: #2f323a;*/
    /*--secondary-color: #111111;*/

    --header-bg-color: #111111;
    --nav-item-color: #f5f5f5;
    --top-nav-item-color: #f5f5f5;
    --hero-bg-color: #111111;

    --section-1-bg-color: #191919;
    --section-2-bg-color: #111111;

    --footer-bg-color: #191919;
}

/* #endregion Root */