@font-face {
  font-family: 'kip_icons';
  src:  url('/fonts/kip_icons.eot?9qd4ca');
  src:  url('/fonts/kip_icons.eot?9qd4ca#iefix') format('embedded-opentype'),
    url('/fonts/kip_icons.ttf?9qd4ca') format('truetype'),
    url('/fonts/kip_icons.woff?9qd4ca') format('woff'),
    url('/fonts/kip_icons.svg?9qd4ca#kip_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kip_icons' !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-external-link:before {
  content: "\e900";
}
.icon-download-link:before {
  content: "\e901";
}
.icon-internal-link:before {
  content: "\e902";
}
.icon-oval:before {
  content: "\e903";
}

