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

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

.mdp-icon-arrow-left:before {
  content: "\e900";
}

.mdp-icon-arrow-right:before {
  content: "\e901";
}
