/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

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

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

.fusion-li-item .fa-check::before {
  content: "\e900";
}
