@font-face {
  font-family: "Muli";
  src: url("../fonts/webfont-extrabold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/webfont-bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/webfont.ttf") format("truetype");
  font-weight: normal;
}