
@font-face {
  font-family: 'ImbueFT';
  src: local('ImbueFT'),
       local('ImbueFT Thin'),
       local('ImbueFT-Thin'),
	   url(fonts/ImbueFT-Thin.eot) format('eot'),
	   url(fonts/ImbueFT-Thin.woff) format('woff'),
       url(fonts/ImbueFT-Thin.woff2) format('woff2');
  font-weight:100;
}
	
@font-face {
  font-family: 'ImbueFT';
  src: local('ImbueFT'),
       local('ImbueFT Light'),
       local('ImbueFT-Light'),
	   url(fonts/ImbueFT-Light.eot) format('eot'),
	   url(fonts/ImbueFT-Light.woff) format('woff'),
       url(fonts/ImbueFT-Light.woff2) format('woff2');
  font-weight:300;
}

@font-face {
  font-family: 'ImbueFT';
  src: local('ImbueFT'),
       local('ImbueFT Regular'),
       local('ImbueFT-Regular'),
	   url(fonts/ImbueFT-Regular.eot) format('eot'),
	   url(fonts/ImbueFT-Regular.woff) format('woff'),
       url(fonts/ImbueFT-Regular.woff2) format('woff2');
  font-weight:400;
}
	
@font-face {
  font-family: 'ImbueFT';
  src: local('ImbueFT'),
       local('ImbueFT SemiBold'),
       local('ImbueFT-SemiBold'),
	   url(fonts/ImbueFT-SemiBold.eot) format('eot'),
	   url(fonts/ImbueFT-SemiBold.woff) format('woff'),
       url(fonts/ImbueFT-SemiBold.woff2) format('woff2');
  font-weight:600;
}

@font-face {
  font-family: 'ImbueFT';
  src: local('ImbueFT'),
       local('ImbueFT Bold'),
       local('ImbueFT-Bold'),
	   url(fonts/ImbueFT-Bold.eot) format('eot'),
	   url(fonts/ImbueFT-Bold.woff) format('woff'),
       url(fonts/ImbueFT-Bold.woff2) format('woff2');
  font-weight:800;
}
	
.Imbue {font-family: 'ImbueFT';}

.thin{font-weight:100;}
	
.light{font-weight:300;}

.regular{font-weight:400;}

.semibold{font-weight:600;}	

.bold{font-weight:800;}	
