@font-face {
	font-family: 'inerta-f';
	src: url('fonts/Inerta-ExtraLight.woff2') format('WOFF2'),
		url('fonts/Inerta-ExtraLight.woff') format('WOFF');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'inerta-f';
	src: url('fonts/Inerta-Regular.woff2') format('WOFF2'),
		url('fonts/Inerta-Regular.woff') format('WOFF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'inerta-f';
	src: url('fonts/Inerta-SemiBold.woff2') format('WOFF2'),
		url('fonts/Inerta-SemiBold.woff') format('WOFF');
	font-weight: bold;
	font-style: normal;
}