@font-face {
	font-family: 'Barlow';
        src: url('Barlow-Regular.ttf') format('truetype');
	font-style: normal;
	}

@font-face {
	font-family: 'Barlow';
	src: url('Barlow-Italic.ttf') format('truetype');
	font-style: italic;
	}

@font-face {
	font-family: 'Barlow';
	src: url('Barlow-Bold.ttf') format('truetype');
	font-weight: bold;
}