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

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

.ave-icon-arrow-left:before {
  content: "\e900";
}

.ave-icon-arrow-right:before {
  content: "\e901";
}