@font-face {
	font-family: 'hana';
	font-weight: 700;
	font-style: normal;
	src: url('./Hana2-Heavy.ttf') format('truetype');
}

@font-face {
	font-family: 'hana';
	font-weight: 600;
	font-style: normal;
	src: url('./Hana2-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'hana';
	font-weight: 500;
	font-style: normal;
	src: url('./Hana2-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'hana';
	font-weight: 400;
	font-style: normal;
	src: url('./Hana2-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'hana';
	font-weight: 300;
	font-style: normal;
	src: url('./Hana2-Light.ttf') format('truetype');
}