@font-face {
	font-family: 'jost';
	src: url('./fonts/Jost-Book.woff2') format('woff2'),
		url('./fonts/Jost-Book.woff') format('woff');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'jost';
	src: url('./fonts/Jost-Medium.woff2') format('woff2'),
		url('./fonts/Jost-Medium.woff') format('woff');
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'jost';
	src: url('./fonts/Jost-Semi.woff2') format('woff2'),
		url('./fonts/Jost-Semi.woff') format('woff');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'jost';
	src: url('./fonts/Jost-Bold.woff2') format('woff2'),
		url('./fonts/Jost-Bold.woff') format('woff');
	font-weight: bold;
	font-display: swap;
	font-style: normal;
}