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


/* #═#═#═#═#═# Friesenzaun Icons #═#═#═#═#═# */
@font-face {
  font-family: 'friesenzaun-icons';
  src: url('./fontello/fontello.eot?36784371');
  src: url('./fontello/fontello.eot?36784371#iefix') format('embedded-opentype'),
       url('./fontello/fontello.woff2?36784371') format('woff2'),
       url('./fontello/fontello.woff?36784371') format('woff'),
       url('./fontello/fontello.ttf?36784371') format('truetype'),
       url('./fontello/fontello.svg?36784371#fontello') format('svg');
  font-weight: 900;
  font-style: normal;
}