/* Font Awesome 4.7.0 - Local Version for Boxing Only */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fontawesome-webfont.woff?v=4.7.0') 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;
}

/* Core Icons Used on Boxing Only */
.fa-calendar-alt:before, .fa-calendar:before { content: "\f073"; }
.fa-clock:before { content: "\f017"; }
.fa-user:before { content: "\f007"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-ticket:before { content: "\f145"; }
.fa-map-pin:before, .fa-map-marker:before { content: "\f041"; }
.fa-globe:before { content: "\f0ac"; }
.fa-shield-alt:before, .fa-shield:before { content: "\f132"; }
.fa-lock:before { content: "\f023"; }
.fa-mobile:before { content: "\f10b"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-home:before { content: "\f015"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-file-text:before { content: "\f15c"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flag:before { content: "\f024"; }
.fa-vs:before { content: "VS"; }

/* Additional common icons */
.fa-taxi:before { content: "\f1ba"; }
.fa-times:before { content: "\f00d"; }
.fa-bars:before { content: "\f0c9"; }
.fa-search:before { content: "\f002"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-external-link:before { content: "\f08e"; }

/* Icon sizes */
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Icon spacing */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}