/** extralight **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'),
       url(./muli-latin-200.woff2) format('woff2'),
       url(./muli-latin-200.woff) format('woff');
}
@font-face {
  font-family: 'Muli-ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'),
       url(./muli-latin-200.woff2) format('woff2'),
       url(./muli-latin-200.woff) format('woff');
}


/** light **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'),
       url(./muli-latin-300.woff2) format('woff2'),
       url(./muli-latin-300.woff) format('woff');
}
@font-face {
  font-family: 'Muli-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'),
       url(./muli-latin-300.woff2) format('woff2'),
       url(./muli-latin-300.woff) format('woff');
}


/** regular **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'),
       url(./muli-latin-regular.woff2) format('woff2'),
       url(./muli-latin-regular.woff) format('woff');
}


/** semibold **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'),
       url(./muli-latin-600.woff2) format('woff2'),
       url(./muli-latin-600.woff) format('woff');
}
@font-face {
  font-family: 'Muli-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'),
       url(./muli-latin-600.woff2) format('woff2'),
       url(./muli-latin-600.woff) format('woff');
}


/** bold **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'),
       url(./muli-latin-700.woff2) format('woff2'),
       url(./muli-latin-700.woff) format('woff');
}
@font-face {
  font-family: 'Muli-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'),
       url(./muli-latin-700.woff2) format('woff2'),
       url(./muli-latin-700.woff) format('woff');
}


/** extrabold **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  src: local('Muli ExtraBold'), local('Muli-ExtraBold'),
       url(./muli-latin-800.woff2) format('woff2'),
       url(./muli-latin-800.woff) format('woff');
}
@font-face {
  font-family: 'Muli-ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: local('Muli ExtraBold'), local('Muli-ExtraBold'),
       url(./muli-latin-800.woff2) format('woff2'),
       url(./muli-latin-800.woff) format('woff');
}


/** black **/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'),
       url(./muli-latin-900.woff2) format('woff2'),
       url(./muli-latin-900.woff) format('woff');
}
@font-face {
  font-family: 'Muli-Black';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'),
       url(./muli-latin-900.woff2) format('woff2'),
       url(./muli-latin-900.woff) format('woff');
}