/* aeonik - regular */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Aeonik Regular";
	font-style: normal;
	font-weight: 400;
	src:
		/* IE6-IE8 */
		url("../fonts/aeonik-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/aeonik-regular.woff") format("woff"),
		/* OpenType */ url("../fonts/aeonik-regular.otf") format("opentype");
}
/* aeonik-medium */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Aeonik Medium";
	font-style: normal;
	font-weight: 500;
	src:
		/* IE6-IE8 */
		url("../fonts/aeonik-medium.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/aeonik-medium.woff") format("woff"),
		/* OpenType */ url("../fonts/aeonik-medium.otf") format("opentype");
}

@font-face {
	font-family: "Adjusted Arial Fallback Regular";
	src: local(Arial);
	size-adjust: 97%;
	ascent-override: 88%;
	descent-override: normal;
	line-gap-override: 7%;
}

@font-face {
	font-family: "Adjusted Arial Fallback Medium";
	src: local(Arial);
	size-adjust: 98%;
	ascent-override: 88%;
	descent-override: normal;
	line-gap-override: 7%;
}
