/* FONTOK */



@font-face {
	font-family: 'Lato';
	src: url('../webfont/latolatin-bold.woff2') format('woff2'),
		url('../webfont/latolatin-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../webfont/latolatin-italic.woff2') format('woff2'),
		url('../webfont/latolatin-italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../webfont/latolatin-regular.woff2') format('woff2'),
		url('../webfont/latolatin-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../webfont/subset-poppins-bold.woff2') format('woff2'),
		url('../webfont/subset-poppins-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../webfont/subset-poppins-regular.woff2') format('woff2'),
		url('../webfont/subset-poppins-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url('../webfont/TrajanPro.woff') format('woff');
	font-family: 'Trajan Pro';
	font-style: normal;
	font-display: swap;
}