/* Regular */
@font-face {
	font-family: 'Helvetica Now Text';
	src: url('../otf/helveticanowtext-regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Helvetica Now Text Medium';
	src: url('../woff2/helveticanowtext-medium.woff2') format('woff2'),
		url('../woff/helveticanowtext-medium.woff') format('woff'),
		url('../ttf/helveticanowtext-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
