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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brand' !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-chevron:before {
  content: "\e900";
}
.icon-accessibility:before {
  content: "\e901";
}
.icon-arrow:before {
  content: "\e902";
}
.icon-check-o:before {
  content: "\e903";
}
.icon-chevron-o:before {
  content: "\e904";
}
.icon-quotes:before {
  content: "\e905";
  color: #215ae8;
}
.icon-search-o:before {
  content: "\e906";
}
.icon-shield-o:before {
  content: "\e907";
}
.icon-vbars-o:before {
  content: "\e908";
}
