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

[class^="fs-icon-"], [class*=" fs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fishing-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;
}

.fs-icon-next:before {
  content: "\e908";
}
.fs-icon-copy:before {
  content: "\e907";
}
.fs-icon-minus:before {
  content: "\e900";
}
.fs-icon-plus:before {
  content: "\e901";
}
.fs-icon-warning .path1:before {
  content: "\e902";
  color: rgb(255, 187, 0);
}
.fs-icon-warning .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fs-icon-warning .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fs-icon-error .path1:before {
  content: "\e905";
  color: rgb(255, 0, 0);
}
.fs-icon-error .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
