@font-face {
    font-family: 'bce-icons';
    src:  url('../fonts/bce-icons.eot?jh0wtj');
    src:  url('../fonts/bce-icons.eot?jh0wtj#iefix') format('embedded-opentype'),
      url('../fonts/bce-icons.ttf?jh0wtj') format('truetype'),
      url('../fonts/bce-icons.woff?jh0wtj') format('woff'),
      url('../fonts/bce-icons.svg?jh0wtj#bce-icons') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="bceicon-"], [class*=" bceicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bce-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 2em;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .bceicon-fuel-diesel:before {
    content: "\e900";
  }
  .bceicon-fuel-gas:before {
    content: "\e901";
  }
  .bceicon-fuel-petrol:before {
    content: "\e902";
  }
  