/*!
 * Farcaster icon font by vrypan - https://github.com/vrypan/fc-font
 * License - CC0-1.0 (see LICENSE)
 * Local copy for vrypan.net footer icons.
 */
@font-face {
  font-display: block;
  font-family: "farcaster";
  font-style: normal;
  font-weight: 400;
  src:
    url("fonts/farcaster.woff") format("woff"),
    url("fonts/farcaster.ttf") format("truetype");
}

.fc {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "farcaster" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
}

.fc-farcaster::before {
  content: "\3c0";
}

.fc-square-farcaster::before {
  content: "\3a0";
}
