/* Fonts */
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src:url("/css/fonts/icons/entypo.eot");
  src: url("/css/fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), url("/css/fonts/icons/entypo.woff") format("woff"), url("/css/fonts/icons/entypo.ttf") format("truetype");
}


@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/css/fonts/light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/css/fonts/light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/regular.eot");
  src: local("Open Sans"), local("OpenSans"), url("/css/fonts/regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/css/fonts/semibold.eot");
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/css/fonts/semibold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/css/fonts/bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/css/fonts/bold.woff") format("woff");
}

@font-face {
  font-family: "Glyphicons Halflings";

  src: url("/css/fonts/glyphicons-halflings-regular.eot");
  src: url("/css/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/css/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/css/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
