@font-face {
	font-family: 'Zilla';
	src: url('../fonts/ZillaSlab-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Bold.ttf') format('truetype');
	font-style: bold;
	font-weight: bold;
}