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

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

.fa-used-xmark-solid:before {
  content: "\e900";
}
.fa-used-bars-solid:before {
  content: "\e901";
}
