/* Lay Grotesk 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: "Lay Grotesk Regular";
	font-style: normal;
	font-weight: 400;
	src:
		/* IE6-IE8 */
		url("../fonts/LayGrotesk-Regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/LayGrotesk-Regular.woff") format("woff");
}
/* Lay Grotesk 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: "Lay Grotesk Medium";
	font-style: normal;
	font-weight: 500;
	src:
		/* IE6-IE8 */
		url("../fonts/LayGrotesk-Medium.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/LayGrotesk-Medium.woff") format("woff");
}

@font-face {
	font-family: "Adjusted Arial Fallback";
	src: local(Arial);
	size-adjust: 92%;
	ascent-override: 87%;
	descent-override: normal;
	line-gap-override: 0%;
}
