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

[class^="icon-pepo"], [class*=" icon-pepo"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pepo' !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-pepo:before {
  content: "\e900";
}

