@font-face {
	font-family: 'Metropolis';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Metropolis-Light.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/Metropolis-Regular.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Metropolis-Medium.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Metropolis-SemiBold.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Metropolis-Bold.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Metropolis-ExtraBold.woff2');
}
@font-face {
	font-family: 'Metropolis';
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Metropolis-Black.woff2');
}