/** =================== MONTSERRAT =================== **/


/*----------------------------------------*/
@font-face {
  font-family: "body-light";
  font-style: normal;
  src: url("Montserrat-Light.ttf") format('truetype');
}
@font-face {
  font-family: "body-regular";
  font-style: normal;
  src: url("Montserrat-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "body-semibold";
  font-style: normal;
  src: url("Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: "body-bold";
  font-style: normal;
  src: url("Montserrat-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "body-black";
  font-style: normal;
  src: url("Montserrat-Black.ttf") format('truetype');
}
