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

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

.taxacticons-check_circle:before {
  content: "\e906";
}
.taxacticons-menu:before {
  content: "\e900";
}
.taxacticons-instagram:before {
  content: "\e901";
}
.taxacticons-clear:before {
  content: "\e905";
}
.taxacticons-arrow_right:before {
  content: "\e902";
}
.taxacticons-email:before {
  content: "\e903";
}
.taxacticons-call:before {
  content: "\e904";
}
