:root {
--gp-font--metropolis: "Metropolis", Proxima Nova, sans-serif;
}

@font-face {
	font-display: auto;
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 700;
	src: url('../ttf/metropolis-bold-webfont.ttf') format('truetype');
}
@font-face {
	font-display: auto;
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 400;
	src: url('../ttf/metropolis-regular-webfont.ttf') format('truetype');
}
@font-face {
	font-display: auto;
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 800;
	src: url('../otf/metropolis.extra-bold.otf') format('opentype');
}
