@font-face {
  font-family: 'Linearicons-Free';
  src: url('fonts/Linearicons-Free.eot?w118d');
  src: url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
    url('fonts/Linearicons-Free.woff2?w118d') format('woff2'),
    url('fonts/Linearicons-Free.woff?w118d') format('woff'),
    url('fonts/Linearicons-Free.ttf?w118d') format('truetype'),
    url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.lnr {
  font-family: 'Linearicons-Free';
  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;
}
.lnr-cross:before {
  content: '\e870';
}
.lnr-chevron-left:before {
  content: '\e875';
}
.lnr-chevron-right:before {
  content: '\e876';
}
