/* Mulish Font Family */

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200;
  src: local('Mulish ExtraLight'), local('Mulish-ExtraLight'),
       url('mulish-extralight.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: local('Mulish Light'), local('Mulish-Light'),
       url('mulish-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: local('Mulish Regular'), local('Mulish-Regular'),
       url('mulish-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: local('Mulish Medium'), local('Mulish-Medium'),
       url('mulish-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: local('Mulish SemiBold'), local('Mulish-SemiBold'),
       url('mulish-semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: local('Mulish Bold'), local('Mulish-Bold'),
       url('mulish-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: local('Mulish ExtraBold'), local('Mulish-ExtraBold'),
       url('mulish-extrabold.ttf') format('truetype');
}