@font-face {
  font-family: 'icomoon';
  src:  url("/assets/fonts/icomoon-8580ba58.eot?dfw8t4");
  src:  url("/assets/fonts/icomoon-8580ba58.eot?dfw8t4#iefix") format('embedded-opentype'),
    url("/assets/fonts/icomoon-2ab0a6f4.ttf?dfw8t4") format('truetype'),
    url("/assets/fonts/icomoon-1f441f1a.woff?dfw8t4") format('woff'),
    url("/assets/fonts/icomoon-8a7f6229.svg?dfw8t4#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-rss:before {
  content: "\e904";
  color: #ffa500;
}
.icon-facebook:before {
  content: "\e901";
  color: #1877f2;
}
.icon-mastodon:before {
  content: "\e902";
  color: #5D4FE6; /* Average #6364FF #563ACC */
}
.icon-bluesky-iconblue:before {
  content: "\e900";
  color: #1185fe;
}
.icon-share:before {
  content: "\e602";
}
.icon-warning:before {
  content: "\e601";
}
.icon-target:before {
  content: "\e607";
}
.icon-expand:before {
  content: "\e608";
}
.icon-spinner:before {
  content: "\e60b";
}
.icon-menu:before {
  content: "\e60c";
}
.icon-search:before {
  content: "\e986";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-ship:before {
  content: "\e60a";
}
