/*
 * Outfit — Self-hosted, GDPR-safe
 * Quelle: themes/alviran-child/fonts/
 *
 * Vorhandene Dateien:
 *   Outfit-Medium.ttf     → weight 400–500
 *   Outfit-SemiBold.ttf   → weight 600
 *   Outfit-Bold.ttf       → weight 700–800
 *   Outfit-ExtraBold.ttf  → weight 900
 *
 * Hinweis: Eine Outfit-Regular.ttf (400) existiert nicht.
 * Medium (500) übernimmt daher auch Regular — das ist optisch akzeptabel.
 */

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Medium.ttf') format('truetype');
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Bold.ttf') format('truetype');
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-ExtraBold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
