@font-face {
  font-family: 'merkle-icons';
  src:
    url('/themes/custom/merkle/build/css/lib/../fonts/merkle-icons.ttf?54gbo5') format('truetype'),
    url('/themes/custom/merkle/build/css/lib/../fonts/merkle-icons.woff?54gbo5') format('woff'),
    url('/themes/custom/merkle/build/css/lib/../fonts/merkle-icons.svg?54gbo5#merkle-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.mlicon-search:before {
  content: "\e900";
}
.mlicon-arrow-right:before {
  content: "\e901";
}
.mlicon-arrow-left:before {
  content: "\e902";
}
.mlicon-play:before {
  content: "\e903";
}
.mlicon-external:before {
  content: "\e904";
}
.mlicon-download:before {
  content: "\e905";
}
