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

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

.tech-Arrow-Down:before {
  content: "\e001";
}