@font-face {
	font-family: 'Barlow';
	src: url('Barlow.woff2') format('woff2'),
		url('Barlow.woff') format('woff');
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow';
	src: url('Barlow Bold.woff2') format('woff2'),
		url('Barlow Bold.woff') format('woff');
	font-weight: bold;
	font-weight: 700;
	font-style: normal;
}