/* ============================================================
   Font Awesome 4.7.0 — local copy for preview & standalone use
   ------------------------------------------------------------
   The langify help center already loads Font Awesome 4.7, so when
   this page is embedded there this file is REDUNDANT and can be
   removed: delete this file and the matching <link> block in
   index.html (look for the "Font Awesome (removable)" comment).

   Only the icon glyphs actually used by the guide are defined
   below. The webfont itself is loaded from the Font Awesome CDN
   (CORS-enabled), so no font binaries live in the project.
   ============================================================ */

@font-face {
  font-family: "FontAwesome";
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"),
       url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"),
       url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* glyphs used by the guide's top-level options */
.fa-rocket:before   { content: "\f135"; }
.fa-language:before { content: "\f1ab"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-globe:before    { content: "\f0ac"; }
.fa-wrench:before   { content: "\f0ad"; }
.fa-tag:before      { content: "\f02b"; }
