/* Custom.css */

/* Avenir font */

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-black.woff2') format('woff2'),
		url('../fonts/Avenir-black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-heavy.woff2') format('woff2'),
		url('../fonts/Avenir-heavy.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-medium.woff2') format('woff2'),
		url('../fonts/Avenir-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

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