/* light */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: lighter;
  src: url("Muli-Light.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: lighter;
  src: url("Muli-LightItalic.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url("Muli-Light.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: url("Muli-LightItalic.ttf");
}
/* normal */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: normal;
  src: url("Muli-Regular.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: normal;
  src: url("Muli-RegularItalic.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url("Muli-Regular.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url("Muli-RegularItalic.ttf");
}
/* bold */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: bold;
  src: url("Muli-Bold.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: bold;
  src: url("Muli-BoldItalic.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url("Muli-Bold.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: url("Muli-BoldItalic.ttf");
}
/* bolder */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  src: url("Muli-Black.ttf");
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 800;
  src: url("Muli-BlackItalic.ttf");
}
