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

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

.fas-tunix:before {
  content: "\e900";
}
