/* Open Sans Regular */
@font-face {
    font-family: "OpenSans";
    src: url("../template/fonts/opensans-regular.eot?#iefix")format("embedded-opentype"),
    url("../template/fonts/opensans-regular.woff") format("woff"),
    url("../template/fonts/opensans-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* Open Sans Semibold */
@font-face {
    font-family: "OpenSansSemi";
    src: url("../template/fonts/opensans-semibold.eot?#iefix")format("embedded-opentype"),
    url("../template/fonts/opensans-semibold.woff") format("woff"),
    url("../template/fonts/opensans-semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* PT Serif */
@font-face {
	font-family: 'PTSerifRegular';
	src: url('../template/fonts/ptf55f.eot');
	src:
	     url('../template/fonts/ptf55f.eot?#iefix') format('embedded-opentype'),
	     url('../template/fonts/ptf55f.woff') format('woff'),
	     url('../template/fonts/ptf55f.ttf') format('truetype'),
	     url('../template/fonts/ptf55f.svg#PTSerif-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSerifBold';
	src: url('../template/fonts/ptf75f.eot');
	src:
	     url('../template/fonts/ptf75f.eot?#iefix') format('embedded-opentype'),
	     url('../template/fonts/ptf75f.woff') format('woff'),
	     url('../template/fonts/ptf75f.ttf') format('truetype'),
	     url('../template/fonts/ptf75f.svg#PTSerif-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* PT Sans Caption */
/*
@font-face {
	font-family: 'PTSansCaption';
	src: url('../template/fonts/PTC55F.eot');
	src:
	     url('../template/fonts/PTC55F.eot?#iefix') format('embedded-opentype'),
	     url('../template/fonts/PTC55F.woff') format('woff'),
	     url('../template/fonts/PTC55F.ttf') format('truetype'),
	     url('../template/fonts/PTC55F.svg#PTSerif-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'PTSansCaptionBold';
	src: url('../template/fonts/ptc75f.eot');
	src:
	     url('../template/fonts/ptc75f.eot?#iefix') format('embedded-opentype'),
	     /*url('../template/fonts/ptc75f.woff') format('woff'),*/
	     url('../template/fonts/ptc75f.ttf') format('truetype'),
	     url('../template/fonts/ptc75f.svg#PTSerif-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* PT Sans */
@font-face {
	font-family: 'PTSans';
	src: url('../template/fonts/pts55f_w.eot');
	src:
	     url('../template/fonts/pts55f_w.eot?#iefix') format('embedded-opentype'),
	     url('../template/fonts/pts55f_w.woff') format('woff'),
	     url('../template/fonts/pts55f_w.ttf') format('truetype'),
	     url('../template/fonts/pts55f_w.svg#PTSerif-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe-Regular';
	src: url('../template/fonts/Circe-Regular.eot');
	src:
			url('../template/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
			url('../template/fonts/Circe-Regular.woff') format('woff'),
			url('../template/fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../template/fonts/Circe-Regular.eot');
	src:
			url('../template/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
			url('../template/fonts/Circe-Regular.woff') format('woff'),
			url('../template/fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe-Light';
	src: url('../template/fonts/Circe-Light.eot');
	src:
			url('../template/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
			url('../template/fonts/Circe-Light.woff') format('woff'),
			url('../template/fonts/Circe-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe-Bold';
	src: url('../template/fonts/Circe-Bold.eot');
	src:
			url('../template/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
			url('../template/fonts/Circe-Bold.woff') format('woff'),
			url('../template/fonts/Circe-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



