
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-regular.eot');
    src: url('../fonts/helvetica-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-regular.woff') format('woff'),
         url('../fonts/helvetica-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-light.eot');
    src: url('../fonts/helvetica-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light.woff') format('woff'),
         url('../fonts/helvetica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-medium.eot');
    src: url('../fonts/helvetica-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-medium.woff') format('woff'),
         url('../fonts/helvetica-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/helvetica-neue-condensed-bold.eot');
    src: url('../fonts/helvetica-neue-condensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-neue-condensed-bold.woff') format('woff'),
         url('../fonts/helvetica-neue-condensed-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe-regular.eot');
	src: local('Circe'), local('circe-regular'),
		url('../fonts/circe-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe-regular.woff') format('woff'),
		url('../fonts/circe-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe-bold.eot');
	src: local('Circe Bold'), local('circe-bold'),
		url('../fonts/circe-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe-bold.woff') format('woff'),
		url('../fonts/circe-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe-extrabold.eot');
	src: local('Circe ExtraBold'), local('circe-extrabold'),
		url('../fonts/circe-extrabold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe-extrabold.woff') format('woff'),
		url('../fonts/circe-extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}