@font-face {
  font-family: 'icon-font';
  src:
    url('icon-font.ttf?x53dx4') format('truetype'),
    url('icon-font.woff?x53dx4') format('woff'),
    url('icon-font.svg?x53dx4#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !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-bluesky:before {
  content: "\e900";
}
.icon-x:before {
  content: "\e903";
}
