:root{
    /* background levels  */
    --themeL0 : #242426;
    --themeL1 : #292C31;
    --themeL2 : #4C5158;
    --themeL3 : #393D42;
    --themeL4 : #BFC2CA;

    --themeC2 : #f98917;
    --themeC2-Shadow: #f989173b ;

    --themeGrad1: linear-gradient(244.44deg, #3C4046 18.57%, rgba(60, 64, 70, 0) 128.59%);

    --themeDanger : #EB5757;

    /* dropshadow  */
    --themeShadow :  0 0 10px rgba(0, 0, 0, 0.27);

    /* text colors levels  */
    --themeColor1 :#fff;
    --themeColor2 :#AEAEAE;
    --themeColor3 :#CACACA;
    --themeColor4 :#393D42;

    /* Alerts Themes Colors */
    --alertBg : #3B4047;
    --alertBorder : #535353;
    --alertText : #fff;
    --alertSuccess : #00B371;
    --alertDanger : #EB5757;
    --alertShad : 0px 0px 20px rgba(37, 37, 37, 0.47);
}
