/*/ FONTS - MAIN /*/
@font-face {
	font-family: 'Main';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/main.woff") format('woff');
}
/*/ FONTS - MAIN-BOLD /*/
@font-face {
	font-family: 'Main';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/main-bold.woff") format('woff');
}

/*/ FONTS - MAIN-ITALIC /*/
@font-face {
	font-family: 'Main';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/main-italic.woff") format('woff');
}

/*/ FONTS - MAIN-BOLD-ITALIC /*/
@font-face {
	font-family: 'Main';
	font-style: italic;
	font-weight: 700;
	src: url("../fonts/main-bold-italic.woff") format('woff');
}

/*/ FONTS - HEADER /*/
@font-face {
	font-family: 'Header';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/header.woff") format('woff');
}

/*/ FONTS - TITLE /*/
@font-face {
	font-family: 'Title';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/title.woff") format('woff');
}