@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 400;
	src: url('metropolis-medium.eot');
	src: url('metropolis-medium.eot?#iefix') format('embedded-opentype'),
		 url('metropolis-medium.woff2') format('woff2'),
		 url('metropolis-medium.woff') format('woff'),
		 url('metropolis-medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 700;
	src: url('metropolis-bold.eot');
	src: url('metropolis-bold.eot?#iefix') format('embedded-opentype'),
		 url('metropolis-bold.woff2') format('woff2'),
		 url('metropolis-bold.woff') format('woff'),
		 url('metropolis-bold.ttf') format('truetype');
}