@font-face {
  font-family: 'icon';
  src:
    url('/assets/fonts/icon.ttf?bgo1nx') format('truetype'),
    url('/assets/fonts/icon.woff?bgo1nx') format('woff'),
    url('/assets/fonts/icon.svg?bgo1nx#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}
.icon-angle-left:before {
  content: "\e901";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-angles-left:before {
  content: "\e903";
}
.icon-angles-right:before {
  content: "\e904";
}
.icon-angle-up:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-bars:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-email:before {
  content: "\e90b";
}
.icon-fax:before {
  content: "\e90c";
}
.icon-home:before {
  content: "\e90d";
}
.icon-location:before {
  content: "\e90e";
}
.icon-telephone:before {
  content: "\e90f";
}
.icon-time:before {
  content: "\e910";
}
.icon-upload:before {
  content: "\e911";
}
.icon-x:before {
  content: "\e912";
}