@font-face {
  font-family: 'material-icons';
  src:
    url('../fonts/material-icons.ttf?rcf69x') format('truetype'),
    url('../fonts/material-icons.woff?rcf69x') format('woff'),
    url('../fonts/material-icons.svg?rcf69x#material-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: 'material-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-tick:before {
  content: "\e902";
}
.icon-remove:before {
  content: "\e900";
}
.icon-add:before {
  content: "\e901";
}
.icon-star:before {
  content: "\e911";
}
.icon-star_outline:before {
  content: "\e912";
}
.icon-notifications_active:before {
  content: "\e913";
}
.icon-add_circle:before {
  content: "\e914";
}
.icon-verified:before {
  content: "\e915";
}
.icon-check_circle:before {
  content: "\e916";
}
.icon-support:before {
  content: "\e917";
}
.icon-update:before {
  content: "\e918";
}
.icon-shopping_cart:before {
  content: "\e919";
}
.icon-account_circle:before {
  content: "\e91a";
}
.icon-encrypted:before {
  content: "\e91b";
}
.icon-credit_card:before {
  content: "\e91c";
}
.icon-thumb_down:before {
  content: "\e91d";
}
.icon-thumb_up:before {
  content: "\e91e";
}
.icon-nav:before {
  content: "\e91f";
}
.icon-close:before {
  content: "\e920";
}
.icon-error:before {
  content: "\e921";
}
.icon-cancel:before {
  content: "\e922";
}
.icon-delete:before {
  content: "\e923";
}
