@font-face {
  font-family: 'custom-icons';
  src:  url('fonts/custom-icons.eot?u15xqk');
  src:  url('fonts/custom-icons.eot?u15xqk#iefix') format('embedded-opentype'),
    url('fonts/custom-icons.ttf?u15xqk') format('truetype'),
    url('fonts/custom-icons.woff?u15xqk') format('woff'),
    url('fonts/custom-icons.svg?u15xqk#custom-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: 'custom-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-facebook:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-snapchat:before {
  content: "\e90a";
}
.icon-spotify:before {
  content: "\e90b";
}
.icon-tiktok:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-youtube:before {
  content: "\e90e";
}
.icon-fish-left:before {
  content: "\e90f";
}
.icon-fish-right:before {
  content: "\e910";
}
.icon-star-left:before {
  content: "\e911";
}
.icon-angle-down:before {
  content: "\e900";
}
.icon-angle-left:before {
  content: "\e901";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-arrow:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-info-icon:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
