@font-face {
  font-family: 'sound-bowl';
  src:  url('fonts/sound-bowl.woff2') format('woff2'),
        url('fonts/sound-bowl.woff') format('woff'),
        url('fonts/sound-bowl.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'sound-bowl' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sound-bowl:before {
  content: "\e900";
}
