@font-face {
  font-family: 'pier-icon';
  src: url('../font/pier-icon.woff2?v=4') format('woff2'),
       url('../font/pier-icon.woff?v=4') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-pier:before {
  font-family: 'pier-icon' !important;
  content: "\e900";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
