/** Shopify CDN: Minification failed

Line 18:9 Expected ")" to end URL token

**/
@font-face {
		font-family: 'Universal-Sans-Display-432';
		src: url('{{ 'UniversalSansDisplay-432.woff2' | file_url }}') format('woff2'),
				url('{{ 'UniversalSansDisplay-432.woff' | file_url }}') format('woff');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}

@font-face {
		font-family: 'Universal-Sans-Display-340';
		src: url('{{ 'UniversalSansDisplay-340.woff2' | file_url }}') format('woff2'),
				url({'{ 'UniversalSansDisplay-340.woff' | file_url }}') format('woff');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
}

html,body,
.alt-payment-list__item--apple-pay,
.gm-style .gm-style-iw {
	font-family: 'Universal-Sans-Display-340', -apple-system, BlinkMacSystemFont !important;
}

h1,.heading-1,
h2,.heading-2,
h3,.heading-3 {
	font-family: 'Universal-Sans-Display-432', -apple-system, BlinkMacSystemFont !important;
}

