@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i');

@font-face {
	font-family: 'kiron';
	src: url('../font/kiron/kiron.woff') format('woff');
	font-style: normal;   
	font-weight: normal;
}

@font-face {
	font-family: 'kiron';
	src: url('../font/kiron/kironBold.woff') format('woff');
	font-style: normal;	  
	font-weight: bold;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../font/segoeui/segoeui.ttf') format('ttf');
	font-style: normal;   
	font-weight: normal;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../font/segoeui/segoeuib.ttf') format('ttf');
	font-style: normal;	  
	font-weight: bold;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../font/segoeui/segoeuii.ttf') format('ttf');
	font-style: italic;	  
	font-weight: normal;
}