@font-face {
  font-family: 'newicons';
  src:  url('../fonts/newicons.css.eot?38y12o');
  src:  url('../fonts/newicons.eot?38y12o#iefix') format('embedded-opentype'),
    url('../fonts/newicons.ttf?38y12o') format('truetype'),
    url('../fonts/newicons.woff?38y12o') format('woff'),
    url('../fonts/newicons.svg?38y12o#icomoon') 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: 'newicons' !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;
}
.na {
    display: inline-block;
    font: normal normal normal 14px/1 icomoon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-tiktok:before {
  content: "\e900";
}
.icon-x-twitter:before {
  content: "\e901";
}
