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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fisherieshall-icons' !important;
  speak: never;
  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-angle-left:before {
  content: "\e904";
}
.icon-angle-right:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-swiper-arrow-down:before {
  content: "\e901";
}
.icon-swiper-arrow-left:before {
  content: "\e907";
}
.icon-swiper-arrow-right:before {
  content: "\e908";
}
.icon-swiper-arrow-up:before {
  content: "\e902";
}
.icon-times:before {
  content: "\e903";
}
.icon-list:before {
  content: "\e900";
}
