/**
* font-face
**/
@font-face {
	font-family: 'Brother1816';	
	src: local('Brother1816'), url(../fonts/Brother1816-Light.ttf);
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Brother1816';	
	src: local('Brother1816'), url(../fonts/Brother1816-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Brother1816';	
	src: local('Brother1816'), url(../fonts/Brother1816-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Acumin Pro';	
	src: local('Acumin Pro'), url(../fonts/acumin-pro-extra-condensed-light.otf);
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Acumin Pro';	
	src: local('Acumin Pro'), url(../fonts/acumin-pro-extra-condensed.otf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Acumin Pro';	
	src: local('Acumin Pro'), url(../fonts/acumin-pro-extra-condensed-bold.otf);
	font-weight: 700;
	font-style: normal;
}