/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

@each $fa-glyph-name, $fa-glyph-content in $fa-var-glyphs {
  .#{$fa-css-prefix}-#{$fa-glyph-name}:before {
    content: $fa-glyph-content;
  }
}