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

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

.gi-tiktok:before {
  content: "\e900";
}
