@font-face {
	font-family: Doran;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/Doran-Regular.woff') format('woff'),   
	url('fonts/woff2/Doran-Regular.woff2') format('woff2');		 
}
body,a,p,div,h1,h2,h3,h4,h5,h6,*{
    font-family:Doran;
}