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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'maima-chevrons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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