@font-face {
    font-family: 'webicons';
    src:  url('icons/webicons.eot?r8a5s9');
    src:  url('icons/webicons.eot?r8a5s9#iefix') format('embedded-opentype'),
      url('icons/webicons.ttf?r8a5s9') format('truetype'),
      url('icons/webicons.woff?r8a5s9') format('woff'),
      url('icons/webicons.svg?r8a5s9#webicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="brand-"], [class*=" brand-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webicons' !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;
  }
  
  .brand-icon-download:before {
    content: "\e900";
  }
  .brand-icon-close:before {
    content: "\e901";
  }
  .brand-icon-chev-thin-right:before {
    content: "\e902";
  }
  .brand-icon-search:before {
    content: "\e903";
  }
  .brand-icon-arrow-down:before {
    content: "\e904";
  }
  .brand-icon-chev-right:before {
    content: "\e905";
  }
  .brand-icon-arrow-right:before {
    content: "\e906";
  }
  