@font-face
{
    font-family:Montserrat;
    src:url(../fonts/Montserrat/Montserrat-Regular.ttf); 
}

@font-face
{
    font-family:poppins_regular;
    src:url(../fonts/poppins/Poppins-Light.otf);
    /*src:url(../fonts/poppins/Poppins-Bold.otf);   */
}
@font-face
{
    font-family:poppins_bold;
    src:url(../fonts/poppins/Poppins-Bold.otf);
}
@font-face
{
    font-family:poppins_xbold;
    src:url(../fonts/poppins/Poppins-ExtraBold.otf);
}

.body> *{
    font-family: poppins_regular !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: poppins_bold !important;
}

form, input, html, p, span, table, a, div{
    font-family: poppins_regular !important;
}

li>a>p{
    font-family: poppins_regular !important;
}
.xbold{
    font-family: poppins_xbold !important;
}
.pp_regular{
    font-family: poppins_regular !important;
}
