@font-face {
	font-family: Metropolis;
	font-weight: 100;
	src: 	url("Metropolis-Thin.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 300;
	src: 	url("Metropolis-Light.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 400;
	src: 	url("Metropolis-Regular.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 500;
	src: 	url("Metropolis-Medium.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 600;
	src: 	url("Metropolis-SemiBold.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 700;
	src: 	url("Metropolis-Bold.otf") format("opentype");
}

@font-face {
	font-family: Metropolis;
	font-weight: 800;
	src: 	url("Metropolis-ExtraBold.otf") format("opentype");
}
