@font-face {
	font-family: 'Vasek';
	src: url('./../fonts/Vasek-Italic.woff2') format('woff2'),
		url('./../fonts/Vasek-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jeko';
	src: url('./../fonts/Jeko-Regular.woff2') format('woff2'),
		url('./../fonts/Jeko-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jeko';
	src: url('./../fonts/Jeko-Bold.woff2') format('woff2'),
		url('./../fonts/Jeko-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}