@font-face {
  font-family: 'icomoon';
  src:  url("/assets/fonts/icomoon-0762a49a.eot?o3gn9y");
  src:  url("/assets/fonts/icomoon-0762a49a.eot?o3gn9y#iefix") format('embedded-opentype'),
    url("/assets/fonts/icomoon-dbf133ff.ttf?o3gn9y") format('truetype'),
    url("/assets/fonts/icomoon-464915ba.woff?o3gn9y") format('woff'),
    url("/assets/fonts/icomoon-43668466.svg?o3gn9y#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-mastodon:before {
  content: "\e900";
  color: #5D4FE6; /* Average #6364FF #563ACC */
}
.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
}
.icon-bluesky-iconblue:before {
  content: "\e901";
  color: #1185fe;
}
.icon-share:before {
  content: "\e602";
}
.icon-warning:before {
  content: "\e601";
}
.icon-close:before {
  content: "\e60a";
}
.icon-backward:before {
  content: "\e60b";
}
.icon-spinner:before {
  content: "\e608";
}
.icon-question:before {
  content: "\e600";
}
.icon-info:before {
  content: "\e607";
}
.icon-lock:before {
  content: "\e60c";
}
.icon-print:before {
  content: "\e60e";
}
.icon-pencil:before {
  content: "\e60f";
}
.icon-remove:before {
  content: "\e610";
}
.icon-cog:before {
  content: "\e611";
}
.icon-plus:before {
  content: "\e612";
}
.icon-new-tab:before {
  content: "\e606";
}
.icon-spinner2:before {
  content: "\e613";
}
.icon-stack:before {
  content: "\e615";
}
.icon-mobile:before {
  content: "\e616";
}
.icon-undo:before {
  content: "\e60d";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-menu:before {
  content: "\e9bd";
}
