@font-face {
  font-family: 'marsh-icons';
  src:  url('fonts/marsh-icons.eot?ilu15e');
  src:  url('fonts/marsh-icons.eot?ilu15e#iefix') format('embedded-opentype'),
    url('fonts/marsh-icons.ttf?ilu15e') format('truetype'),
    url('fonts/marsh-icons.woff?ilu15e') format('woff'),
    url('fonts/marsh-icons.svg?ilu15e#marsh-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: 'marsh-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-spinner:before {
  content: "\e901";
}
.icon-loading:before {
  content: "\e901";
}
.icon-loading-wheel:before {
  content: "\e901";
}
.icon-busy:before {
  content: "\e901";
}
.icon-wait:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\2b";
}
.icon-add:before {
  content: "\2b";
}
.icon-sum:before {
  content: "\2b";
}
.icon-minus:before {
  content: "\2d";
}
.icon-subtract:before {
  content: "\2d";
}
.icon-minimize:before {
  content: "\2d";
}
.icon-line:before {
  content: "\2d";
}
.icon-checkmark:before {
  content: "\e900";
}
