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

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Aicon' !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;
}

.ic-arrow-angle-left:before {
    content: "\e90f";
}
.ic-arrow-circle-angle-down:before {
    content: "\e916";
}
.ic-arrow-angle-right:before {
    content: "\e914";
}
.ic-target:before {
    content: "\eb91";
}