@font-face {
      font-family: "Muli Bold";
      src: url("Muli-Bold.ttf");
}
@font-face {
      font-family: "Muli Bold Italic";
      src: url("Muli-BoldItalic.ttf");
}
@font-face {
      font-family: "Muli Extra Light";
      src: url("Muli-ExtraLight.ttf");
}
@font-face {
      font-family: "Muli Italic";
      src: url("Muli-Italic.ttf");
}
@font-face {
      font-family: "Muli Light";
      src: url("Muli-Light.ttf");
}
@font-face {
      font-family: "Muli Semi Bold";
      src: url("Muli-SemiBold.ttf");
}
@font-face {
      font-family: "Muli";
      src: url("Muli.ttf");
}

html,body,p body p, html p , body div, div , body a , body span{
    font-family:'Muli';
    line-height: 1.5em;
}
input , select , textarea {
    font-family: Muli!important;
    line-height: 1.3;
}
h1 , h2 , h3 , .ot-heading > span , nav ul li a,
span.is_line{
    font-family: Montserrat!important;
    line-height: 1.3;
}

semi-bold{
    font-weight:600;
}
b{
    font-weight:600;
}
strong{
    font-weight:700;
}
light{
    font-weight:400;
}