/* 
ExtraLight:		normal
Light:			normal
Regular:		normal + italic
Bold:			normal
ExtraBold:		normal
*/
@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-ExtraLight.woff2') format('woff2'),
		url('Neuton-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-Light.woff2') format('woff2'),
		url('Neuton-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-Regular.woff2') format('woff2'),
		url('Neuton-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-Italic.woff2') format('woff2'),
		url('Neuton-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-Bold.woff2') format('woff2'),
		url('Neuton-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Webfont Serif';
	src: url('Neuton-ExtraBold.woff2') format('woff2'),
		url('Neuton-ExtraBold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}