/* thin */
@font-face {
  font-family: "Proxima Nova Thin";
  src: url("../fonts/thin/ProximaNovaT-Thin.eot");
  src: url("../fonts/thin/ProximaNovaT-Thin.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/thin/ProximaNovaT-Thin.woff") format("woff"),
    url("../fonts/thin/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* light */
@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/light/ProximaNova-Light.eot");
  src: url("../fonts/light/ProximaNova-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/light/ProximaNova-Light.woff") format("woff"),
    url("../fonts/light/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* regular */
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/regular/ProximaNova-Regular.eot");
  src: url("../fonts/regular/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/regular/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/regular/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* semibold */
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/semibold/ProximaNova-Semibold.eot");
  src: url("../fonts/semibold/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/semibold/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/semibold/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* bold */
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/bold/ProximaNova-Bold.eot");
  src: url("../fonts/bold/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bold/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/bold/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
