/* FontAwesome 4.7 icon-glyph classes (curated subset used by the website).
   The @font-face lives in tokens.css; this only maps .fa-name → codepoint. */
.fa {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-file-text-o:before { content: "\f0f6"; }
.fa-link:before { content: "\f0c1"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check:before { content: "\f00c"; }
.fa-eye:before { content: "\f06e"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-history:before { content: "\f1da"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-bars:before { content: "\f0c9"; }
.fa-close:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
