/*!
 * Font Awesome 4.7 subset — Mediband-only.
 * Contains 12 glyphs actually used in templates:
 *   star, star-o, star-half-o, check-circle, gift, chevron-up, chevron-down,
 *   heart-o, truck, comments-o, circle, info.
 * Plus utility classes used in Mediband templates: fa-2x, fa-inverse, fa-stack,
 *   fa-stack-1x, fa-stack-2x, fa-stack-text.
 * Replaces the 31 KB FA CSS + 77 KB woff2 from maxcdn.bootstrapcdn.com.
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-subset.woff2') format('woff2'),
       url('../fonts/fontawesome-subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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;
}

.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-lg { font-size: 1.3333em; line-height: .75em; vertical-align: -15%; }
.fa-fw { width: 1.2857em; text-align: center; }

.fa-inverse { color: #fff; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-stack-text { line-height: inherit; }

.fa-star::before          { content: '\f005'; }
.fa-star-o::before        { content: '\f006'; }
.fa-check-circle::before  { content: '\f058'; }
.fa-gift::before          { content: '\f06b'; }
.fa-chevron-up::before    { content: '\f077'; }
.fa-chevron-down::before  { content: '\f078'; }
.fa-heart-o::before       { content: '\f08a'; }
.fa-truck::before         { content: '\f0d1'; }
.fa-comments-o::before    { content: '\f0e6'; }
.fa-circle::before        { content: '\f111'; }
.fa-star-half-o::before   { content: '\f123'; }
.fa-info::before          { content: '\f129'; }
