/* 
================================================================================
==================================== Loading font ==============================
================================================================================
*/
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.woff') format('woff'),
       url('../fonts/Georgia.ttf') format('truetype'),
       url('../fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgia';
  src: url('../fonts/georgia.eot');
  src: url('../fonts/georgia.woff2') format('woff2'),
       url('../fonts/georgia.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel-Regular';
  src: url('../fonts/Cinzel-Regular.eot');
  src: url('../fonts/Cinzel-Regular.woff2') format('woff2'),
       url('../fonts/Cinzel-Regular.woff') format('woff'),
       url('../fonts/Cinzel-Regular.ttf') format('truetype'),
       url('../fonts/Cinzel-Regular.svg#Cinzel-Regular') format('svg'),
       url('../fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Constantia-Regular';
  src: url('../fonts/Constantia-Regular.woff') format('woff'),
       url('../fonts/Constantia-Regular.ttf') format('truetype'),
       url('../fonts/Constantia-Regular.svg#Constantia-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'constantia';
  src: url('../fonts/constantia.eot');
  src: url('../fonts/constantia.woff2') format('woff2'),
       url('../fonts/constantia.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('../fonts/FuturaBT-Medium.woff') format('woff'),
       url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
       url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT.eot');
  src: url('../fonts/FuturaPT.woff2') format('woff2'),
       url('../fonts/FuturaPT.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family:'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/icomoon.woff') format('woff'), 
		url('../fonts/icomoon.ttf') format('truetype'), 
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight:normal;
	font-style:normal
}
