@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?fcsxqu');
  src:  url('./fonts/icomoon.eot?fcsxqu') format('embedded-opentype'),
    url('./fonts/icomoon.ttf.fcsxqu') format('truetype'),
    url('fonts/icomoon.woff%3Ffcsxqu') format('woff'),
    url('fonts/icomoon.svg%3Ffcsxqu') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="muri-"], [class*=" muri-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.muri-close:before {
  content: "\e90a";
}
.muri-arrow-up:before {
  content: "\e907";
}
.muri-menu:before {
  content: "\e909";
}
.muri-up:before {
  content: "\e906";
}
.muri-star:before {
  content: "\e908";
}
.muri-bus:before {
  content: "\e900";
}
.muri-drop:before {
  content: "\e901";
}
.muri-play:before {
  content: "\e902";
}
.muri-apple:before {
  content: "\e903";
}
.muri-shield:before {
  content: "\e904";
}
.muri-uni:before {
  content: "\e905";
}
