/**
 * Lokal gehostete Schriften (Inter, Playfair Display).
 * Ersetzt das bisherige Nachladen von Google Fonts von externen Servern
 * (fonts.googleapis.com / fonts.gstatic.com). Dadurch entfaellt die
 * datenschutzrechtlich relevante Verbindung zu Google-Servern beim
 * Seitenaufruf vollstaendig -- siehe Datenschutzerklaerung, Abschnitt 4.
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-600-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/playfair-display-600-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/playfair-display-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/playfair-display-600-italic.woff2') format('woff2');
}
