/*
 * Schrift „Aller" – aus dem Plugin „Use Any Font" ins Theme übernommen.
 * 1:1 zur früheren generierten uaf.css (@font-face + Zuweisungen), nur mit
 * relativen Pfaden auf die Font-Dateien in diesem Verzeichnis.
 */

@font-face {
	font-family: 'aller';
	src: url('1733Aller.woff2') format('woff2'),
	     url('1733Aller.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: auto;
}

.aller {
	font-family: 'aller' !important;
}

#xenia_title {
	font-family: 'aller' !important;
}
