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

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

.pomicon-arrow-right:before {
  content: "\e901";
}
.pomicon-long-arrow-right:before {
  content: "\e900";
}
