/**
 * ========================================
 * Font Averta
 * ========================================
 */
 @font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 300;
	src: local('Averta Light'), local('Averta-Light'), url("../fonts/Averta/Averta-Light.otf") format('opentype');
}
@font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 400;
	src: local('Averta Regular'), local('Averta-Regular'), url("../fonts/Averta/Averta-Regular.otf") format('opentype');
}
@font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 500;
	src: local('Averta Semibold'), local('Averta-Semibold'), url("../fonts/Averta/Averta-Semibold.otf") format('opentype');
}
@font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 700;
	src: local('Averta Bold'), local('Averta-Bold'), url("../fonts/Averta/Averta-Bold.otf") format('opentype');
}
@font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 800;
	src: local('Averta Bold'), local('Averta-Black'), url("../fonts/Averta/Averta-Black.otf") format('opentype');
}
@font-face {
	font-family: "Averta";
	font-style: normal;
	font-weight: 900;
	src: local('Averta Bold'), local('Averta-Black'), url("../fonts/Averta/Averta-ExtraBold.otf") format('opentype');
}