/* Fonts Stylesheet */

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Light.ttf');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Medium.ttf');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Heavy.ttf');
	font-style: normal;
	font-weight: 600;
}
