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

[class^="fa-transmark-"], [class*=" fa-transmark-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'transmark-icons' !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;
}

.fa-transmark-inspection:before {
  content: "\e903";
}
.fa-transmark-car:before {
  content: "\e900";
}
.fa-transmark-carswitch:before {
  content: "\e901";
}
.fa-transmark-track:before {
  content: "\e902";
}
