@font-face {
	font-family: 'Circe';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Circe'),
		url('/fonts/circe-regular.woff2') format('woff2'), 
		url('/fonts/circe-regular.woff') format('woff'),
		url('/fonts/circe-regular.ttf') format('ttf'),
		url('/fonts/circe-regular.eot') format('eot');
}

@font-face {
	font-family: 'Circe';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local('Circe'),
		url('/fonts/circe-bold.woff2') format('woff2'), 
		url('/fonts/circe-bold.woff') format('woff'),
		url('/fonts/circe-bold.ttf') format('ttf'),
		url('/fonts/circe-bold.eot') format('eot');
}