@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons/Unicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="unicon-"], [class*=" unicon-"] {
  font-family: 'Unicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* arrows */
.unicon-arrow-left:before  { content: "\e90c"; }
.unicon-arrow-right:before { content: "\e90d"; }

/* chevrons */
.unicon-chevron-left:before  { content: "\e940"; }
.unicon-chevron-right:before { content: "\e942"; }
