
/* Import Fonts */

/* Nexa */
@font-face {
	font-family: 'Nexa';
	src:url('nexablack-webfont.woff2') format('woff2'),
		url('nexablack-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src:url('nexa-bold-webfont.woff2') format('woff2'),
		url('nexa-bold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src:url('nexa-book-webfont.woff2') format('woff2'),
		url('nexa-book-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
