@font-face {
  font-family: 'mobile-wallet-icons';
  src:  url('fonts/mobile-wallet-icons.eot?2lpi08');
  src:  url('fonts/mobile-wallet-icons.eot?2lpi08#iefix') format('embedded-opentype'),
    url('fonts/mobile-wallet-icons.ttf?2lpi08') format('truetype'),
    url('fonts/mobile-wallet-icons.woff?2lpi08') format('woff'),
    url('fonts/mobile-wallet-icons.svg?2lpi08#mobile-wallet-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mobile-wallet-icons"], [class*=" mobile-wallet-icons"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mobile-wallet-icons' !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;
}

.mobile-wallet-iconsapplepay:before {
  content: "\e900";
}
.mobile-wallet-iconsfitbit:before {
  content: "\e901";
  color: #00b0b9;
}
.mobile-wallet-iconsgarmin:before {
  content: "\e902";
  color: #007cc3;
}
.mobile-wallet-iconsgooglepay:before {
  content: "\e903";
  color: #5f6368;
}
.mobile-wallet-iconssamsung:before {
  content: "\e905";
  color: #1428a0;
}
