/* Pastiche Grotesque Trial Regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Pastiche Grotesque Trial Regular";
	font-style: normal;
	font-weight: 400;
	src:
		/* IE6-IE8 */
		url("../fonts/PasticheGrotesque-Regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/PasticheGrotesque-Regular.woff") format("woff"),
		/* OpenType */ url("../fonts/PasticheGrotesque-Regular.otf")
			format("opentype"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/PasticheGrotesque-Regular.ttf") format("truetype");
}

/* Pastiche Grotesque Trial SemiBold - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Pastiche Grotesque Trial SemiBold";
	font-style: normal;
	font-weight: 600;
	src:
		/* IE6-IE8 */
		url("../fonts/PasticheGrotesque-SemiBold.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/PasticheGrotesque-SemiBold.woff") format("woff"),
		/* OpenType */ url("../fonts/PasticheGrotesque-SemiBold.otf")
			format("opentype"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/PasticheGrotesque-SemiBold.ttf") format("truetype");
}

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