@font-face {
  font-family: 'people-ply';
  src:  url('../fonts/people-ply.eot?15m7k2');
  src:  url('../fonts/people-ply.eot?15m7k2#iefix') format('embedded-opentype'),
    url('../fonts/people-ply.ttf?15m7k2') format('truetype'),
    url('../fonts/people-ply.woff?15m7k2') format('woff'),
    url('../fonts/people-ply.svg?15m7k2#people-ply') format('svg');
  font-weight: normal;
  font-style: normal;
}

i:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'people-ply' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e90b";
}
.icon-open-envelope:before {
  content: "\e900";
}
.icon-earth-globe:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
  color: #3b5998;
}
.icon-googleplus:before {
  content: "\e906";
  color: #f34a38;
}
.icon-linkedin:before {
  content: "\e907";
  color: #007aaa;
}
.icon-rss:before {
  content: "\e908";
  color: #f47e20;
}
.icon-twitter:before {
  content: "\e909";
  color: #31a8ff;
}
