/*
 * Font Loader für das Child Theme
 */

/* ~~~ Red Hat Display | Display Font ~~~ */
@font-face {
	font-family: 'Red Hat Display';
	src: url('./red_hat_display/.eot');
	src: url('./red_hat_display/RedHatDisplay.eot?#iefix') format('embedded-opentype'),
		 url('./red_hat_display/RedHatDisplay.otf') format('otf'),
		 url('./red_hat_display/RedHatDisplay.svg#RedHatDisplay-VariableFont_wght') format('svg'),
		 url('./red_hat_display/RedHatDisplay.ttf') format('truetype'),
		 url('./red_hat_display/RedHatDisplay.woff') format('woff'),
		 url('./red_hat_display/RedHatDisplay.woff2') format('woff2');
	font-weight: 100 1000;
	font-display: swap;
}

/* ~~~ Reddit Sans | Text Body Font ~~~ */
@font-face {
	font-family: 'RedditSansCondensed';
	src: url(./reddit_sans_condensed/RedditSansCondensed.eot);
	src: url(./reddit_sans_condensed/RedditSansCondensed.eot?#iefix) format('embedded-opentype'),
		 url(./reddit_sans_condensed/RedditSansCondensed.otf) format('otf'),
		 url(./reddit_sans_condensed/RedditSansCondensed.svg#RedditSansCondensed) format('svg'),
		 url(./reddit_sans_condensed/RedditSansCondensed.ttf) format('truetype'),
		 url(./reddit_sans_condensed/RedditSansCondensed.woff) format('woff'),
		 url(./reddit_sans_condensed/RedditSansCondensed.woff2) format('woff2');
	font-weight: 100 1000;
	font-display: swap;
}

/* ~~~ Sofia Sans Semi Condensed | Text Body Font ~~~ */
@font-face {
	font-family: 'SofiaSansSemiCondensed';
	src: url(./SofiaSansSemiCondensed.eot);
	src: url(./SofiaSansSemiCondensed.eot?#iefix) format('embedded-opentype'),
		 url(./SofiaSansSemiCondensed.otf) format('otf'),
		 url(./SofiaSansSemiCondensed.svg#SofiaSansSemiCondensed) format('svg'),
		 url(./SofiaSansSemiCondensed.ttf) format('truetype'),
		 url(./SofiaSansSemiCondensed.woff) format('woff'),
		 url(./SofiaSansSemiCondensed.woff2) format('woff2');
	font-weight: 100 1000;
	font-display: swap;
}

/* ~~~ Berlichingen Icon | Icon Font ~~~ */
@font-face {
	font-family: 'Berlichingen Icons';
	src: url('./fontello/fontello.eot?11083278');
	src: url('./fontello/fontello.eot?11083278#iefix') format('embedded-opentype'),
		 url('./fontello/fontello.woff2?11083278') format('woff2'),
		 url('./fontello/fontello.woff?11083278') format('woff'),
		 url('./fontello/fontello.ttf?11083278') format('truetype'),
		 url('./fontello/fontello.svg?11083278#fontello') format('svg');
	font-weight: 900;
	font-style: normal;
}