@charset "utf-8";

/*==========================================================
	HelveticaNeue：bold／Light
==========================================================*/
@font-face{
	font-family: 'HelveticaNeue-bold';
	font-style: normal;
	font-weight: normal;
	src: url('./font/HelveticaNeue-Bold.otf');
}
@font-face{
	font-family: 'HelveticaNeue-light';
	font-style: normal;
	font-weight: normal;
	src: url('./font/HelveticaNeue-Light.otf');
}
