@font-face {
  font-family: 'pt21';
  src:  url('../fonts/pt21/pt21-icons.eot');
  src:  url('../fonts/pt21/pt21-icons.eot') format('embedded-opentype'),
    url('../fonts/pt21/pt21-icons.ttf') format('truetype'),
    url('../fonts/pt21/pt21-icons.woff') format('woff'),
    url('../fonts/pt21/pt21-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.pt21-icon, [class^="pt21-icon-"], [class*=" pt21-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pt21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  vertical-align: middle;

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

.pt21-icon-arrow:before {
  content: "\e900";
}

.pt21-icon-broadcast:before {
  content: "\e901";
}
