@font-face {
	font-family: 'Barlow Condensed';
	font-weight: 500;
	src: url('./fonts/barlow-condensed-500.woff2') format('woff2'), url('./fonts/barlow-condensed-500.woff') format('woff');
}

@font-face {
	font-family: 'Barlow Condensed';
	font-weight: 700;
	src: url('./fonts/barlow-condensed-700.woff2') format('woff2'), url('./fonts/barlow-condensed-700.woff') format('woff');
}

@font-face {
	font-family: 'Gentium Book Basic';
	src: url('./fonts/gentium-book-basic.woff2') format('woff2'), url('./fonts/gentium-book-basic.woff') format('woff');
}