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

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

.tntools-icon-Envelope:before {
  content: "\e907";
}
.tntools-icon-Phone:before {
  content: "\e908";
}
.tntools-icon-Arrow:before {
  content: "\e900";
}
.tntools-icon-Delivery:before {
  content: "\e901";
}
.tntools-icon-Facebook:before {
  content: "\e902";
}
.tntools-icon-LinkedIn:before {
  content: "\e903";
}
.tntools-icon-Play:before {
  content: "\e904";
}
.tntools-icon-Production:before {
  content: "\e905";
}
.tntools-icon-Safety:before {
  content: "\e906";
}
