/***======================= FONTS-SETTING =======================***/
/***============================================================***/

/* 1.Druk Wide *************************/
/**************************************/
@font-face {
	/* name font */
	font-family: 'DrukWideBold';
	/* URL font and type */
	src: url("../fonts/druk-wide-bold.otf.odft") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	/* name font */
	font-family: 'DrukWideMedium';
	/* URL font and type */
	src: url("../fonts/druk-wide-medium.otf.odft") format("truetype");
	font-style: normal;
	font-weight: medium;
}
/* 2.Montserrat *************************/
/***************************************/
@font-face {
	/* name font */
	font-family: 'Montserrat-Regular';
	/* URL font and type */
	src: url("../fonts/montserrat-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	/* name font */
	font-family: 'Techno-Hideo';
	/* URL font and type */
	src: url("../fonts/techno_hideo.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}