@font-face {
	font-family: 'Interstate';
	src: local(''),
	url('https://static.ernstings-family.com/fonts/interstate/Interstate-v1-Regular.woff2') format('woff2'),
	url('https://static.ernstings-family.com/fonts/interstate/Interstate-v1-Regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Interstate';
	src: local(''),
	url('https://static.ernstings-family.com/fonts/interstate-light/Interstate-v1-Light.woff2') format('woff2'),
	url('https://static.ernstings-family.com/fonts/interstate-light/Interstate-v1-Light.woff') format('woff');
	font-style: normal;
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: 'Interstate';
	src: local(''),
	url('https://static.ernstings-family.com/fonts/interstate-bold/Interstate-v1-Bold.woff2') format('woff2'),
	url('https://static.ernstings-family.com/fonts/interstate-bold/Interstate-v1-Bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}


body.efa {
	font-family: 'Interstate', Arial, Helvetica, sans-serif;
}

body.efa header .header__content {
	padding: 12% 0;
}

body.efa header .navBar--right {
	margin-top: 1.23rem;
}

body.efa header > .container {
	z-index: 1; /* prevent conceal navi-items by wave in 4k monitor */
}

.common-text h3 {
	font-weight: 100;
}

.navBar__brand img {
	height: 6rem;
}

@media (max-width: 991px) {
	.navBar__brand img {
		height: 3rem;
	}
}
