/* =======================================================================
					The Pluto Sans Font family
========================================================================== */
@font-face {
  font-family: "Pluto Sans";
  src: url("../fonts/PlutoSansCondRegular.otf") format("opentype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pluto Sans Light";
  src: url("../fonts/PlutoSansCondLight.otf");

  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pluto Sans Bold";
  src: url("../fonts/PlutoSansCondBold.otf");

  font-weight: bold;
  font-style: normal;
}

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

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


/*
@font-face {
  font-family: "Pluto Sans";
  src: local("Pluto Sans Condensed Regular"),
       local("PlutoSansCondRegular"),
       url("../fonts/PlutoSansCondRegular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/PlutoSansCondRegular.otf") format("opentype"),
       url("../fonts/PlutoSansCondRegular.woff") format("woff"),
       url("../fonts/PlutoSansCondRegular.svg#PlutoSans") format("svg");
  src: url("../fonts/PlutoSansCondRegular.eot");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pluto Sans Light";
  src: local("Pluto Sans Condensed Light"),
       local("PlutoSansCondLight"),
       url("../fonts/PlutoSansCondLight.eot?#iefix") format("embedded-opentype"),
       url("../fonts/PlutoSansCondLight.otf") format("opentype"),
       url("../fonts/PlutoSansCondLight.woff") format("woff"),
       url("../fonts/PlutoSansCondLight.svg#PlutoSans") format("svg");
  src: url("../fonts/PlutoSansCondLight.eot");

  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pluto Sans Bold";
  src: local("Pluto Sans Condensed Bold"),
       local("PlutoSansCondensedBold"),
       url("../fonts/PlutoSansCondBold.eot?#iefix") format("embedded-opentype"),
       url("../fonts/PlutoSansCondBold.otf") format("opentype"),
       url("../fonts/PlutoSansCondBold.woff") format("woff"),
       url("../fonts/PlutoSansCondBold.svg#PlutoSans") format("svg");
  src: url("../fonts/PlutoSansCondBold.eot");

  font-weight: bold;
  font-style: normal;
}
*/