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

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

.axitare-icon-linkedin-in:before {
  content: "\e902";
}
.axitare-icon-youtube:before {
  content: "\e903";
}
.axitare-icon-facebook-f:before {
  content: "\e904";
}
.axitare-icon-play:before {
  content: "\e900";
}
.axitare-icon-checkmark:before {
  content: "\e901";
  color: #009fe3;
}
