/* Selbst gehostete Schriften – exakt wie auf der bisherigen Seite (Boston).
   Titillium Web deckt nur 400 ab; 600/500 werden – wie bisher – synthetisch
   fett dargestellt. */

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
		url('../fonts/titillium-web-v6-latin-regular.woff2') format('woff2'),
		url('../fonts/titillium-web-v6-latin-regular.woff') format('woff'),
		url('../fonts/titillium-web-v6-latin-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Gloria Hallelujah';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Gloria Hallelujah'), local('GloriaHallelujah'),
		url('../fonts/gloria-hallelujah-v9-latin-regular.woff2') format('woff2'),
		url('../fonts/gloria-hallelujah-v9-latin-regular.woff') format('woff'),
		url('../fonts/gloria-hallelujah-v9-latin-regular.ttf') format('truetype');
}
