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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-applepodcasts:before {
  content: "\e900";
  color: #93c;
}
.icon-overcast:before {
  content: "\e901";
  color: #fc7e0f;
}
.icon-pocketcasts:before {
  content: "\e902";
  color: #f43e37;
}
.icon-radiopublic:before {
  content: "\e903";
  color: #ce262f;
}
.icon-rss:before {
  content: "\e904";
  color: #ffa500;
}
.icon-spotify:before {
  content: "\e905";
  color: #1ed760;
}
