@font-face {
  font-family: 'freightlabs';
  src:  url('fonts/freightlabs.eot?e094dk');
  src:  url('fonts/freightlabs.eot?e094dk#iefix') format('embedded-opentype'),
    url('fonts/freightlabs.ttf?e094dk') format('truetype'),
    url('fonts/freightlabs.woff?e094dk') format('woff'),
    url('fonts/freightlabs.svg?e094dk#freightlabs') 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: 'freightlabs' !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-circle-stop-solid:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e908";
}
.icon-angle-left:before {
  content: "\e905";
}
.icon-angle-right:before {
  content: "\e906";
}
.icon-download:before {
  content: "\e907";
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-chat:before {
  content: "\e901";
}
.icon-copy:before {
  content: "\e902";
}
.icon-reload:before {
  content: "\e903";
}
.icon-right-arrow:before {
  content: "\e904";
}
