@font-face{
	font-family: 'mikhmoret';
	font-weight: 300; /*(light)*/
	font-style: normal;
	src: url('mikhmoret-light-aaa.woff2') format('woff2'),
		url('mikhmoret-light-aaa.woff') format('woff');
}

@font-face{
	font-family: 'mikhmoret';
	font-weight: 400; /*(regular)*/
	font-style: normal;
	src: url('mikhmoret-regular-aaa.woff2') format('woff2'),
		url('mikhmoret-regular-aaa.woff') format('woff');
}