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

.gricon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Grey-Icon' !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;
}

.grey-whatsapp:before {
  content: "\e90a";
}
.grey-tiktok:before {
  content: "\e907";
}
.grey-logout:before {
  content: "\e90d";
}
.grey-share:before {
  content: "\e90c";
}
.grey-language:before {
  content: "\e90b";
}
.grey-instagram:before {
  content: "\e908";
}
.grey-facebook:before {
  content: "\e909";
}
.grey-check_circle:before {
  content: "\e900";
}
.grey-error:before {
  content: "\e901";
}
.grey-close_small:before {
  content: "\e902";
}
.grey-close:before {
  content: "\e903";
}
.grey-local_mall:before {
  content: "\e904";
}
.grey-favorite:before {
  content: "\e905";
}
.grey-account_circle:before {
  content: "\e906";
}
