@font-face {
	font-family: 'LibreBaskerville';
	font-weight: 400;
	src:
		local('LibreBaskerville Regular'),
		local('LibreBaskerville-Regular'),
		url(../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'LibreBaskerville';
	font-weight: 400;
	font-style: italic;;
	src:
		local('LibreBaskerville Italic'),
		local('LibreBaskerville-Italic'),
		url(../fonts/Libre_Baskerville/LibreBaskerville-Italic.ttf) format('truetype');
}
@font-face {
	font-family: 'LibreBaskerville';
	font-style: normal;
	font-weight: 700;
	src:
		local('LibreBaskerville Bold'),
		local('LibreBaskerville-Bold'),
		url(../fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf) format('truetype');
}