@font-face {
  font-family: 'theme-icons';
  src:  url('../fonts/theme-icons5457.eot?5xvh7m');
  src:  url('../fonts/theme-icons5457.eot?5xvh7m#iefix') format('embedded-opentype'),
    url('../fonts/theme-icons5457.ttf?5xvh7m') format('truetype'),
    url('../fonts/theme-icons5457.woff?5xvh7m') format('woff'),
    url('../fonts/theme-icons5457.svg?5xvh7m#theme-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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