@font-face {
	font-family: 'SwissPostSans';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/SwissPostSans-Regular.woff2') format('woff2'),
			url('../fonts/SwissPostSans-Regular.woff') format('woff');
	}

@font-face {
	font-family: 'SwissPostSans';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/SwissPostSans-Light.woff2') format('woff2'),
			url('../fonts/SwissPostSans-Light.woff') format('woff');
}

@font-face {
	font-family: 'SwissPostSans';
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/SwissPostSans-Black.woff2') format('woff2'),
			url('../fonts/SwissPostSans-Black.woff') format('woff');
}

@font-face {
	font-family: 'SwissPostSans';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SwissPostSans-Bold.woff2') format('woff2'),
			url('../fonts/SwissPostSans-Bold.woff') format('woff');
}