/*
 * Font Loader für das Child Theme
 */
 @font-face {
	font-family: 'Lexend';
	src: url('./Lexend/.eot');
	src: url('./Lexend/Lexend-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
		 url('./Lexend/Lexend-VariableFont_wght.otf') format('otf'),
		 url('./Lexend/Lexend-VariableFont_wght.svg#Nunito-VariableFont_wght') format('svg'),
		 url('./Lexend/Lexend-VariableFont_wght.ttf') format('truetype'),
		 url('./Lexend/Lexend-VariableFont_wght.woff') format('woff'),
		 url('./Lexend/Lexend-VariableFont_wght.woff2') format('woff2');
	font-weight: 100 1000;
	font-display: swap;
}

 @font-face {
	font-family: 'Merienda';
	src: url('./Merienda/.eot');
	src: url('./Merienda/Merienda-VariableFont_wght.eot?#iefix') format('embedded-opentype'),
		 url('./Merienda/Merienda-VariableFont_wght.otf') format('otf'),
		 url('./Merienda/Merienda-VariableFont_wght.svg#Nunito-VariableFont_wght') format('svg'),
		 url('./Merienda/Merienda-VariableFont_wght.ttf') format('truetype'),
		 url('./Merienda/Merienda-VariableFont_wght.woff') format('woff'),
		 url('./Merienda/Merienda-VariableFont_wght.woff2') format('woff2');
	font-weight: 100 1000;
	font-display: swap;
}