@font-face {
  font-family: 'nunawe-icons';
  src:
    url('fonts/nunawe-icons.ttf?epzbpo') format('truetype'),
    url('fonts/nunawe-icons.woff?epzbpo') format('woff'),
    url('fonts/nunawe-icons.svg?epzbpo#nunawe-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nunawe-icons' !important;
  speak: none;
  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-cc-amex:before {
  content: "\e905";
}
.icon-cc-mastercard:before {
  content: "\e903";
}
.icon-cc-visa:before {
  content: "\e904";
}
.icon-remove:before {
  content: "\f014";
}
.icon-lock:before {
  content: "\f023";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-pinterest:before {
  content: "\e900";
}
.icon-maple-leaf:before {
  content: "\e901";
}
.icon-paypal:before {
  content: "\f033";
}
.icon-apple-pay:before {
  content: "\f04c";
}
.icon-cart:before {
  content: "\e902";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-vimeo:before {
  content: "\eaa0";
}
