/*  font-family: Circe; */
@font-face {
    font-family: 'Circe';
    src: url('fonts/circe/circe-reg.eot');
    src: url('fonts/circe/circe-reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/circe/circe-reg.svg#circe-reg') format('svg'),
         url('fonts/circe/circe-reg.woff') format('woff'),
         url('fonts/circe/circe-reg.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
} 

/*  font-family: Circe-ExtraLight; */
@font-face {
	font-family: 'Circe';
	src: url(fonts/circe/circe-extralight.eot);
	src: url(fonts/circe/circe-extralight.eot#iefix) format('embedded-opentype'),
		 url(fonts/circe/circe-extralight.woff) format('woff'),
		 url(fonts/circe/circe-extralight.ttf) format('truetype');
	font-weight: 200;
	font-style: normal;
}

/*  font-family: Circe-Light; */
@font-face {
	font-family: 'Circe';
	src: url(fonts/circe/circe-light.eot);
	src: url(fonts/circe/circe-light.eot#iefix) format('embedded-opentype'),
		 url(fonts/circe/circe-light.woff) format('woff'),
		 url(fonts/circe/circe-light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

/*  font-family: Circe-Bold; */
@font-face {
	font-family: 'Circe';
	src: url(fonts/circe/circe-bold.eot);
	src: url(fonts/circe/circe-bold.eot?#iefix) format('embedded-opentype'),
		 url(fonts/circe/circe-bold.woff) format('woff'),
		 url(fonts/circe/circe-bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

/*  font-family: Circe-ExtraBold; */
@font-face {
	font-family: 'Circe';
	src: url(fonts/circe/circe-extrabold.eot);
	src: url(fonts/circe/circe-extrabold.eot?#iefix) format('embedded-opentype'),
         url(fonts/circe/circe-extrabold.svg#circe-extrabold) format('svg'),
 		 url(fonts/circe/circe-extrabold.woff) format('woff'),
		 url(fonts/circe/circe-extrabold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}