@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-Light.ttf') format('truetype');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-Regular.ttf') format('truetype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-Medium.ttf') format('truetype');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-MediumItalic.ttf') format('truetype');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-SemiBold.ttf') format('truetype');
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-Bold.ttf') format('truetype');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MerriweatherSans';
  src: url('MerriweatherSans-ExtraBold.ttf') format('truetype');
  font-weight:  800;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Arbeit';
  src: url('ArbeitBook.otf');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Arbeit';
  src: url('ArbeitMedium.otf');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.font-light {
	font-weight: 300!important;
}

.font-regular {
	font-weight: 400!important;
}

.font-medium {
	font-weight: 500!important;
}

.font-semibold {
	font-weight: 600!important;
}

.font-bold {
	font-weight: 700!important;
}

.font-extrabold {
	font-weight: 800!important;
}

