@font-face {
  font-family: 'plastiq-custome-icons';
  src:  url('fonts/plastiq-custome-icons.eot?gqci0e');
  src:  url('fonts/plastiq-custome-icons.eot?gqci0e#iefix') format('embedded-opentype'),
    url('fonts/plastiq-custome-icons.ttf?gqci0e') format('truetype'),
    url('fonts/plastiq-custome-icons.woff?gqci0e') format('woff'),
    url('fonts/plastiq-custome-icons.svg?gqci0e#plastiq-custome-icons') 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: 'plastiq-custome-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;
}

.icon-white-arrow-right-btn:before {
  content: "\e900";
  color: #fff;
}
