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

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome' !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;
}

.fa-mastodon:before {
  content: "\e900";
  color: #3088d4;
}
.fa-heart:before {
  content: "\f004";
}
.fa-camera:before {
  content: "\f030";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-key:before {
  content: "\f084";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-github:before {
  content: "\f09b";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-telegram:before {
  content: "\f2c6";
}
