@font-face {
  font-family: 'ebridge';
  src:
    url('fonts/ebridge.ttf?v0fzsa') format('truetype'),
    url('fonts/ebridge.woff?v0fzsa') format('woff'),
    url('fonts/ebridge.svg?v0fzsa#ebridge') 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: 'ebridge' !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-ebridge-full {
  transform-origin: left center;
  transform: scale(2);
  width: 50px;
}
.icon-ebridge-full:before {
  content: "\e901";
}
.icon-ebridge-mini:before {
  content: "\e900";
}
