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

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

.mm-icon-icon-declaration:before {
  content: "\e900";
}
.mm-icon-icon-authors:before {
  content: "\e95f";
}
.mm-icon-icon-details:before {
  content: "\e960";
}
.mm-icon-icon-files:before {
  content: "\e961";
}
.mm-icon-icon-guidelines:before {
  content: "\e962";
}
.mm-icon-icon-keywords:before {
  content: "\e963";
}
.mm-icon-icon-letter:before {
  content: "\e964";
}
.mm-icon-icon-reviewers:before {
  content: "\e965";
}
.mm-icon-icon-send:before {
  content: "\e966";
}
