@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?uav745');
  src:  url('../fonts/icomoon.eot?uav745#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?uav745') format('truetype'),
    url('../fonts/icomoon.woff?uav745') format('woff'),
    url('../fonts/icomoon.svg?uav745#icomoon') 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: 'icomoon' !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;

  position: relative;
  top: 4px;
  margin-right: 6px;
}

.icon-email:before {
  content: "\e903";
}
.icon-bandcamp:before {
  content: "\e901";
}
.icon-modify:before {
  content: "\e905";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-save:before {
  content: "\e962";
}
.icon-cancel:before {
  content: "\e965";
}
.icon-add:before {
  content: "\ea0a";
}
.icon-delete:before {
  content: "\ea0f";
}
.icon-arrow-up:before {
  content: "\ea3a";
}
.icon-arrow-down:before {
  content: "\ea3e";
}
.icon-youtube:before {
  content: "\ea9d";
}
